[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54737] trunk/blender/release/scripts/ startup/bl_ui/space_view3d_toolbar.py: Expose a few more operators for curves on the toolbar.

Joshua Leung aligorith at gmail.com
Fri Feb 22 03:10:41 CET 2013


Revision: 54737
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54737
Author:   aligorith
Date:     2013-02-22 02:10:41 +0000 (Fri, 22 Feb 2013)
Log Message:
-----------
Expose a few more operators for curves on the toolbar. Some of these were
previously not available anywhere.

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

Modified: trunk/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py	2013-02-22 02:09:54 UTC (rev 54736)
+++ trunk/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py	2013-02-22 02:10:41 UTC (rev 54737)
@@ -264,6 +264,8 @@
         col.operator("curve.cyclic_toggle")
         col.operator("curve.switch_direction")
         col.operator("curve.spline_type_set")
+        col.operator("curve.radius_set")
+        col.operator("curve.smooth_radius")
 
         col = layout.column(align=True)
         col.label(text="Handles:")
@@ -278,6 +280,7 @@
         col.label(text="Modeling:")
         col.operator("curve.extrude_move", text="Extrude")
         col.operator("curve.subdivide")
+        col.operator("curve.smooth")
 
         draw_repeat_tools(context, layout)
 




More information about the Bf-blender-cvs mailing list