[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [33658] trunk/blender/release/scripts/ui/ space_view3d_toolbar.py: missed renaming this enum.

Campbell Barton ideasman42 at gmail.com
Tue Dec 14 14:56:11 CET 2010


Revision: 33658
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=33658
Author:   campbellbarton
Date:     2010-12-14 14:56:10 +0100 (Tue, 14 Dec 2010)

Log Message:
-----------
missed renaming this enum.

Modified Paths:
--------------
    trunk/blender/release/scripts/ui/space_view3d_toolbar.py

Modified: trunk/blender/release/scripts/ui/space_view3d_toolbar.py
===================================================================
--- trunk/blender/release/scripts/ui/space_view3d_toolbar.py	2010-12-14 12:09:30 UTC (rev 33657)
+++ trunk/blender/release/scripts/ui/space_view3d_toolbar.py	2010-12-14 13:56:10 UTC (rev 33658)
@@ -194,7 +194,7 @@
         row.operator("curve.handle_type_set", text="Auto").type = 'AUTOMATIC'
         row.operator("curve.handle_type_set", text="Vector").type = 'VECTOR'
         row = col.row()
-        row.operator("curve.handle_type_set", text="Align").type = 'ALIGN'
+        row.operator("curve.handle_type_set", text="Align").type = 'ALIGNED'
         row.operator("curve.handle_type_set", text="Free").type = 'FREE_ALIGN'
 
         col = layout.column(align=True)





More information about the Bf-blender-cvs mailing list