[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31972] trunk/blender/release/scripts/ui/ space_view3d.py: Fix #23839: missing V shortcut for rip tool, now the rip & move operator

Brecht Van Lommel brechtvanlommel at pandora.be
Thu Sep 16 22:16:20 CEST 2010


Revision: 31972
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31972
Author:   blendix
Date:     2010-09-16 22:16:20 +0200 (Thu, 16 Sep 2010)

Log Message:
-----------
Fix #23839: missing V shortcut for rip tool, now the rip & move operator
is in the menu instead of rip which is not as useful by itself. Location
of the problem pointed out by Sergej Reich, thanks!

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

Modified: trunk/blender/release/scripts/ui/space_view3d.py
===================================================================
--- trunk/blender/release/scripts/ui/space_view3d.py	2010-09-16 20:06:10 UTC (rev 31971)
+++ trunk/blender/release/scripts/ui/space_view3d.py	2010-09-16 20:16:20 UTC (rev 31972)
@@ -1493,7 +1493,7 @@
         layout.operator_context = 'INVOKE_REGION_WIN'
 
         layout.operator("mesh.merge")
-        layout.operator("mesh.rip")
+        layout.operator("mesh.rip_move")
         layout.operator("mesh.split")
         layout.operator("mesh.separate")
 





More information about the Bf-blender-cvs mailing list