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:
authorCampbell Barton <ideasman42@gmail.com>2011-02-23 07:58:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-23 07:58:08 +0300
commit0a7fecac8f967150d736e3b99d469179b7290f45 (patch)
tree37cf9cf710ebd33c52662af7fffd30db234e758a /release
parentaeeb09bd56f33f0d51bed191144c2b6e5d41eaa2 (diff)
add 2.4x posemode & weightpaint feature as an operator - Flip Active, Shift+F.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/space_view3d.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/ui/space_view3d.py b/release/scripts/ui/space_view3d.py
index f7f177e07e3..e6d546dda22 100644
--- a/release/scripts/ui/space_view3d.py
+++ b/release/scripts/ui/space_view3d.py
@@ -425,6 +425,7 @@ class VIEW3D_MT_select_pose(bpy.types.Menu):
layout.operator("pose.select_all", text="Select/Deselect All")
layout.operator("pose.select_inverse", text="Inverse")
+ layout.operator("pose.select_flip_active", text="Flip Active")
layout.operator("pose.select_constraint_target", text="Constraint Target")
layout.operator("pose.select_linked", text="Linked")