cmake & pep8 tidy up, also some style edits.

remove unneeded collection length function.
This commit is contained in:
2011-11-08 01:32:34 +00:00
parent 95948d0e0e
commit f086201518
26 changed files with 101 additions and 97 deletions

View File

@@ -15,6 +15,6 @@ from bpy.app.handlers import persistent
@persistent
def load_handler(dummy):
print("Load Handler:", bpy.data.filepath)
print("Load Handler:", bpy.data.filepath)
bpy.app.handlers.load_post.append(load_handler)