[Bf-extensions-cvs] [15bafef9] master: Rigify: update to follow B-Bone property changes in D9870.

Alexander Gavrilov noreply at git.blender.org
Fri Jun 18 17:56:45 CEST 2021


Commit: 15bafef93491ac0caf7c39c27999847910c1d50d
Author: Alexander Gavrilov
Date:   Fri Jun 18 18:55:49 2021 +0300
Branches: master
https://developer.blender.org/rBA15bafef93491ac0caf7c39c27999847910c1d50d

Rigify: update to follow B-Bone property changes in D9870.

===================================================================

M	rigify/utils/bones.py

===================================================================

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



More information about the Bf-extensions-cvs mailing list