[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [43385] trunk/blender/release/scripts/ startup/bl_ui/space_view3d.py: Ooops?\194? \160! Small error in previous own commit :/

Bastien Montagne montagne29 at wanadoo.fr
Sat Jan 14 22:41:24 CET 2012


Revision: 43385
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=43385
Author:   mont29
Date:     2012-01-14 21:41:13 +0000 (Sat, 14 Jan 2012)
Log Message:
-----------
Ooops?\194?\160! Small error in previous own commit :/

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

Modified: trunk/blender/release/scripts/startup/bl_ui/space_view3d.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/space_view3d.py	2012-01-14 21:19:41 UTC (rev 43384)
+++ trunk/blender/release/scripts/startup/bl_ui/space_view3d.py	2012-01-14 21:41:13 UTC (rev 43385)
@@ -646,8 +646,8 @@
 
         layout.separator()
 
-        layout.operator("armature.select_all", text="Select/Deselect All")
-        layout.operator("armature.select_inverse", text="Inverse")
+        layout.operator("armature.select_all", text="Select/Deselect All").action = 'TOGGLE'
+        layout.operator("armature.select_all", text="Inverse").action = 'INVERT'
 
         layout.separator()
 




More information about the Bf-blender-cvs mailing list