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-09-29 16:42:54 +0300
committerAlexander Gavrilov <angavrilov@gmail.com>2019-09-29 17:48:59 +0300
commit8c0353518e1dfef4046f1be1f8b2df6e9b3fd0af (patch)
tree28186dee2b417f3b69382b9c9eae2a3a6ff994b6 /rigify/rigs/spines/spine_rigs.py
parent704ace1b48181180b70a5b4ed0039420c4acb4db (diff)
Rigify: implement a deformed circle widget for main spine controls.
The idea is inspired by similar shapes in other rigs like BlenRig. The actual used shape is simply a circle deformed into a parabolic shape when viewed from the side, added to create_circle_widget. Using the new shape for the main controls allows adding extra FK controls to the spine without visual confusion. As an aside, fix a minor issue in handling bone_transform_name, and remove redundant bone_transform_name=None parameters.
Diffstat (limited to 'rigify/rigs/spines/spine_rigs.py')
-rw-r--r--rigify/rigs/spines/spine_rigs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rigify/rigs/spines/spine_rigs.py b/rigify/rigs/spines/spine_rigs.py
index 47a72287..34eefbf5 100644
--- a/rigify/rigs/spines/spine_rigs.py
+++ b/rigify/rigs/spines/spine_rigs.py
@@ -79,7 +79,6 @@ class BaseSpineRig(TweakChainRig):
create_cube_widget(
self.obj, self.bones.ctrl.master,
radius=0.5,
- bone_transform_name=None
)
####################################################