add NDEBUG to scons release flags + some pep8 cleanup for examples.
This commit is contained in:
@@ -27,4 +27,4 @@ bpy.ops.mesh.subdivide(number_cuts=3, smoothness=0.5)
|
||||
|
||||
# check poll() to avoid exception.
|
||||
if bpy.ops.object.mode_set.poll():
|
||||
bpy.ops.object.mode_set(mode='EDIT')
|
||||
bpy.ops.object.mode_set(mode='EDIT')
|
||||
|
||||
Reference in New Issue
Block a user