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-15 17:03:29 +0300
committerAlexander Gavrilov <angavrilov@gmail.com>2019-10-15 17:03:29 +0300
commit11871509f9bc207ee3bfd324c3f160be38f658fe (patch)
treecc7233c3136f8559d5e2fa36752193c38c241868 /rigify/rigs/spines/super_spine.py
parentdd723151763d8ee3b5c2c94f6c4b5c1ac43b8b59 (diff)
parent5b18c3f4acb23fe26e12b6c4d425a79c0a8a61e6 (diff)
Merge branch 'blender-v2.81-release'
Diffstat (limited to 'rigify/rigs/spines/super_spine.py')
-rw-r--r--rigify/rigs/spines/super_spine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rigify/rigs/spines/super_spine.py b/rigify/rigs/spines/super_spine.py
index 4e371e64..86021c84 100644
--- a/rigify/rigs/spines/super_spine.py
+++ b/rigify/rigs/spines/super_spine.py
@@ -33,7 +33,7 @@ class Rig(SubstitutionRig, BoneUtilityMixin):
"""Compatibility proxy for the monolithic super_spine rig that splits it into parts."""
def substitute(self):
- params_copy = dict(self.params)
+ params_copy = self.params_copy
orgs = [self.base_bone] + connected_children_names(self.obj, self.base_bone)
# Split the bone list according to the settings