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")
 

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to