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:
authorAlexander Gavrilov <angavrilov@gmail.com>2019-10-25 16:22:16 +0300
committerAlexander Gavrilov <angavrilov@gmail.com>2019-10-25 16:25:16 +0300
commit91fc865d8df563d82a4c31bbe44aa4bb9b1d0eee (patch)
treefcaa8672bd890b2cea72aee41c5a4a917f0c5c03 /rigify/metarigs/Animals/wolf.py
parent2d023ea49fc7cffb22d49c7dc796800dc9bf6d17 (diff)
Rigify: assign a more reasonable B-Bone display size in metarigs too.
Diffstat (limited to 'rigify/metarigs/Animals/wolf.py')
-rw-r--r--rigify/metarigs/Animals/wolf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rigify/metarigs/Animals/wolf.py b/rigify/metarigs/Animals/wolf.py
index 1ed5e947..f6150c54 100644
--- a/rigify/metarigs/Animals/wolf.py
+++ b/rigify/metarigs/Animals/wolf.py
@@ -3223,6 +3223,7 @@ def create(obj):
bone.select = True
bone.select_head = True
bone.select_tail = True
+ bone.bbone_x = bone.bbone_z = bone.length * 0.05
arm.edit_bones.active = bone
arm.layers = [(x in [0, 3, 4, 5, 7, 10, 13, 16, 19]) for x in range(32)]