[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [36226] trunk/blender/release/scripts/ startup/bl_ui/space_view3d_toolbar.py: Bugfix 26936

Ton Roosendaal ton at blender.org
Tue Apr 19 16:36:26 CEST 2011


Revision: 36226
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=36226
Author:   ton
Date:     2011-04-19 14:36:26 +0000 (Tue, 19 Apr 2011)
Log Message:
-----------
Bugfix 26936

EditMode mesh: tool "Mesh Rip Move" shouldnt be in the toolbar.
The tool was coded to use the mouse position next to the selection.
The rip then happens correctly after pressing V and move mouse away
from selection.

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	2011-04-19 13:17:16 UTC (rev 36225)
+++ trunk/blender/release/scripts/startup/bl_ui/space_view3d_toolbar.py	2011-04-19 14:36:26 UTC (rev 36226)
@@ -122,7 +122,6 @@
         col = layout.column(align=True)
         col.label(text="Deform:")
         col.operator("transform.edge_slide")
-        col.operator("mesh.rip_move")
         col.operator("mesh.noise")
         col.operator("mesh.vertices_smooth")
 




More information about the Bf-blender-cvs mailing list