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-15 11:30:26 +0300
committerAlexander Gavrilov <angavrilov@gmail.com>2019-09-15 11:30:39 +0300
commit9a9923dd278703f05206037a31b4226b337d8448 (patch)
treefc6cca9917b86bc7eaa260ed41b4206caf4abbe8 /rigify/utils/bones.py
parentf31572ecd2ef3b0cb08c175ed8343a97af01dc9c (diff)
Rigify: replace deprecated use_inherit_scale and use_offset properties.
Diffstat (limited to 'rigify/utils/bones.py')
-rw-r--r--rigify/utils/bones.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rigify/utils/bones.py b/rigify/utils/bones.py
index b5559a76..738f5d42 100644
--- a/rigify/utils/bones.py
+++ b/rigify/utils/bones.py
@@ -150,8 +150,8 @@ def copy_bone(obj, bone_name, assign_name='', *, parent=False, bbone=False, leng
edit_bone_2.use_connect = edit_bone_1.use_connect
edit_bone_2.use_inherit_rotation = edit_bone_1.use_inherit_rotation
- edit_bone_2.use_inherit_scale = edit_bone_1.use_inherit_scale
edit_bone_2.use_local_location = edit_bone_1.use_local_location
+ edit_bone_2.inherit_scale = edit_bone_1.inherit_scale
if bbone:
for name in ['bbone_segments',