Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2011-01-17 13:35:04 +0300
committerJoshua Leung <aligorith@gmail.com>2011-01-17 13:35:04 +0300
commitd769ff0d269e2f6392b8e4f1c9dbe49e30d0afea (patch)
treefa0543ec310399fbcff2e569907e88de4df7aaec /release
parent9d2292ef7e39756d249797a6b972076f096f2750 (diff)
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...
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/space_view3d_toolbar.py1
1 files changed, 0 insertions, 1 deletions
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 ****************