[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [25315] trunk/blender/release/scripts/ui/ space_image.py: UV Editor: added proportional edit buttons to the header.

Brecht Van Lommel brecht at blender.org
Fri Dec 11 15:34:21 CET 2009


Revision: 25315
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=25315
Author:   blendix
Date:     2009-12-11 15:34:21 +0100 (Fri, 11 Dec 2009)

Log Message:
-----------
UV Editor: added proportional edit buttons to the header.

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

Modified: trunk/blender/release/scripts/ui/space_image.py
===================================================================
--- trunk/blender/release/scripts/ui/space_image.py	2009-12-11 14:25:37 UTC (rev 25314)
+++ trunk/blender/release/scripts/ui/space_image.py	2009-12-11 14:34:21 UTC (rev 25315)
@@ -287,6 +287,11 @@
                 layout.prop(uvedit, "sticky_selection_mode", text="", icon_only=True)
 
             row = layout.row(align=True)
+            row.prop(settings, "proportional_editing", text="", icon_only=True)
+            if settings.proportional_editing != 'DISABLED':
+                row.prop(settings, "proportional_editing_falloff", text="", icon_only=True)
+
+            row = layout.row(align=True)
             row.prop(settings, "snap", text="")
             row.prop(settings, "snap_element", text="", icon_only=True)
 





More information about the Bf-blender-cvs mailing list