- move animsys update operator into the anim.py

- move the data into animsys_refactor.py module so its not loaded on blender start.
This commit is contained in:
Campbell Barton
2011-09-23 17:38:52 +00:00
parent c658b74db5
commit c658442c65
4 changed files with 724 additions and 717 deletions

View File

@@ -25,7 +25,6 @@ if "bpy" in locals():
_modules = (
"add_mesh_torus",
"anim",
"animsys_update",
"console",
"image",
"mesh",