From d769ff0d269e2f6392b8e4f1c9dbe49e30d0afea Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Mon, 17 Jan 2011 10:35:04 +0000 Subject: 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... --- release/scripts/ui/space_view3d_toolbar.py | 1 - 1 file changed, 1 deletion(-) (limited to 'release') diff --git a/release/scripts/ui/space_view3d_toolbar.py b/release/scripts/ui/space_view3d_toolbar.py index a115d230e27..8d9d1212eee 100644 --- a/release/scripts/ui/space_view3d_toolbar.py +++ b/release/scripts/ui/space_view3d_toolbar.py @@ -417,7 +417,6 @@ class VIEW3D_PT_tools_posemode_options(View3DPanel, bpy.types.Panel): 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 **************** -- cgit v1.2.3