[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28541] trunk/blender/release/scripts/ui/ space_view3d.py: Fix for renaming particle selection operators a little while ago

Matt Ebb matt at mke3.net
Mon May 3 09:42:41 CEST 2010


Revision: 28541
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28541
Author:   broken
Date:     2010-05-03 09:42:40 +0200 (Mon, 03 May 2010)

Log Message:
-----------
Fix for renaming particle selection operators a little while ago

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-05-03 03:33:20 UTC (rev 28540)
+++ trunk/blender/release/scripts/ui/space_view3d.py	2010-05-03 07:42:40 UTC (rev 28541)
@@ -993,8 +993,8 @@
         layout.separator()
         if particle_edit.selection_mode == 'POINT':
             layout.operator("particle.subdivide")
-            layout.operator("particle.select_first")
-            layout.operator("particle.select_last")
+            layout.operator("particle.select_roots")
+            layout.operator("particle.select_tips")
 
         layout.operator("particle.remove_doubles")
 





More information about the Bf-blender-cvs mailing list