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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucio Rossi <lucio.rossi75@gmail.com>2017-07-24 19:14:16 +0300
committerLucio Rossi <lucio.rossi75@gmail.com>2017-07-24 19:14:30 +0300
commit33b0e2e9025965133656dd85506bbef62ca3183d (patch)
tree52f2368a79623272cadf64a9c1ca3ac209176231 /rigify/rigs/limbs/ui.py
parent49230a4c122013bf851ab37b029e7d4f624d68ad (diff)
Rigify 0.5: new features, Animation Tools and Quat/Euler converter
small fixes & UI improvements
Diffstat (limited to 'rigify/rigs/limbs/ui.py')
-rw-r--r--rigify/rigs/limbs/ui.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/rigify/rigs/limbs/ui.py b/rigify/rigs/limbs/ui.py
index 7783e06d..f04eb891 100644
--- a/rigify/rigs/limbs/ui.py
+++ b/rigify/rigs/limbs/ui.py
@@ -26,6 +26,11 @@ if is_selected( controls ):
props.hand_ik = controls[4]
props.pole = pole
props.main_parent = parent
+ props = layout.operator("rigify.rotation_pole", text="Switch Rotation-Pole")
+ props.bone_name = controls[1]
+ props.window = "CURRENT"
+ props.toggle = True
+ props.bake = False
# BBone rubber hose on each Respective Tweak
@@ -76,6 +81,11 @@ if is_selected( controls ):
props.footroll = controls[5]
props.mfoot_ik = ik_ctrl[2]
props.main_parent = parent
+ props = layout.operator("rigify.rotation_pole", text="Toggle Rotation and Pole")
+ props.bone_name = controls[1]
+ props.window = "CURRENT"
+ props.toggle = True
+ props.bake = False
# BBone rubber hose on each Respective Tweak
for t in tweaks: