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>2021-06-18 18:55:49 +0300
committerAlexander Gavrilov <angavrilov@gmail.com>2021-06-18 18:55:49 +0300
commit15bafef93491ac0caf7c39c27999847910c1d50d (patch)
tree1a207de44b3a74f5c84504775309180483b467a6
parentec07ed4c2e0495bea7fbe0b546d25e35211506a9 (diff)
Rigify: update to follow B-Bone property changes in D9870.
-rw-r--r--rigify/utils/bones.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rigify/utils/bones.py b/rigify/utils/bones.py
index 83d42b23..8c00d4a7 100644
--- a/rigify/utils/bones.py
+++ b/rigify/utils/bones.py
@@ -159,8 +159,8 @@ def copy_bone(obj, bone_name, assign_name='', *, parent=False, inherit_scale=Fal
for name in ['bbone_segments',
'bbone_easein', 'bbone_easeout',
'bbone_rollin', 'bbone_rollout',
- 'bbone_curveinx', 'bbone_curveiny', 'bbone_curveoutx', 'bbone_curveouty',
- 'bbone_scaleinx', 'bbone_scaleiny', 'bbone_scaleoutx', 'bbone_scaleouty']:
+ 'bbone_curveinx', 'bbone_curveinz', 'bbone_curveoutx', 'bbone_curveoutz',
+ 'bbone_scalein', 'bbone_scaleout']:
setattr(edit_bone_2, name, getattr(edit_bone_1, name))
# Resize the bone after copy if requested