[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [34365] trunk/blender/release/scripts/ui/ space_view3d_toolbar.py: Bugfix [#25667] "X-Axis Mirror" in the Pose Options panel toolbar is

Joshua Leung aligorith at gmail.com
Mon Jan 17 11:35:04 CET 2011


Revision: 34365
          http://projects.blender.org/scm/viewcv.php?view=rev&root=bf-blender&revision=34365
Author:   aligorith
Date:     2011-01-17 10:35:04 +0000 (Mon, 17 Jan 2011)
Log Message:
-----------
Bugfix [#25667] "X-Axis Mirror" in the Pose Options panel toolbar is
misleading (?)

"X-Axis Mirror" option didn't work in Pose Mode, so hiding this option
for now. Perhaps one day we could properly support this for all
operators there, but that is more of a long term todo...

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

Modified: trunk/blender/release/scripts/ui/space_view3d_toolbar.py
===================================================================
--- trunk/blender/release/scripts/ui/space_view3d_toolbar.py	2011-01-17 09:31:28 UTC (rev 34364)
+++ trunk/blender/release/scripts/ui/space_view3d_toolbar.py	2011-01-17 10:35:04 UTC (rev 34365)
@@ -417,7 +417,6 @@
         arm = context.active_object.data
 
         col = layout.column(align=True)
-        col.prop(arm, "use_mirror_x")
         col.prop(arm, "use_auto_ik")
 
 # ********** default tools for paint modes ****************




More information about the Bf-blender-cvs mailing list