add NDEBUG to scons release flags + some pep8 cleanup for examples.

This commit is contained in:
2011-02-25 16:19:50 +00:00
parent b25db7c8cb
commit bc15e0e295
20 changed files with 34 additions and 33 deletions

View File

@@ -782,7 +782,7 @@ def pyrna2sphinx(BASEPATH):
for op in ops.values():
op_modules.setdefault(op.module_name, []).append(op)
del op
for op_module_name, ops_mod in op_modules.items():
filepath = os.path.join(BASEPATH, "bpy.ops.%s.rst" % op_module_name)
file = open(filepath, "w")