[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [4555] trunk/py/scripts/addons/ space_view3d_spacebar_menu.py: update for change in blender

Campbell Barton ideasman42 at gmail.com
Tue Jun 4 06:14:58 CEST 2013


Revision: 4555
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=4555
Author:   campbellbarton
Date:     2013-06-04 04:14:57 +0000 (Tue, 04 Jun 2013)
Log Message:
-----------
update for change in blender

Modified Paths:
--------------
    trunk/py/scripts/addons/space_view3d_spacebar_menu.py

Modified: trunk/py/scripts/addons/space_view3d_spacebar_menu.py
===================================================================
--- trunk/py/scripts/addons/space_view3d_spacebar_menu.py	2013-06-03 01:08:26 UTC (rev 4554)
+++ trunk/py/scripts/addons/space_view3d_spacebar_menu.py	2013-06-04 04:14:57 UTC (rev 4555)
@@ -858,7 +858,7 @@
         layout.operator("mesh.select_mirror", text="Mirror")
 
         layout.operator("mesh.select_linked", text="Linked")
-        layout.operator("mesh.select_vertex_path", text="Vertex Path")
+        layout.operator("mesh.shortest_path_select", text="Shortest Path")
         layout.operator("mesh.loop_multi_select", text="Edge Loop")
         layout.operator("mesh.loop_multi_select", text="Edge Ring").ring = True
         layout.separator()



More information about the Bf-extensions-cvs mailing list