Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-02-25 19:19:50 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-25 19:19:50 +0300
commitbc15e0e2952bac0458ae61c97d4d8187e55cd1cc (patch)
treef8bd0ad1e724d8a867caadff7778c484047a0d51 /doc/python_api/examples/bpy.ops.py
parentb25db7c8cb3bf41e19b99c0d3c83b27bfa8d23d6 (diff)
add NDEBUG to scons release flags + some pep8 cleanup for examples.
Diffstat (limited to 'doc/python_api/examples/bpy.ops.py')
-rw-r--r--doc/python_api/examples/bpy.ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/python_api/examples/bpy.ops.py b/doc/python_api/examples/bpy.ops.py
index 487d6039327..20e8773652d 100644
--- a/doc/python_api/examples/bpy.ops.py
+++ b/doc/python_api/examples/bpy.ops.py
@@ -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')