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:
Diffstat (limited to 'rigify/rigs/spines/super_spine.py')
-rw-r--r--rigify/rigs/spines/super_spine.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rigify/rigs/spines/super_spine.py b/rigify/rigs/spines/super_spine.py
index ff891b49..115d0450 100644
--- a/rigify/rigs/spines/super_spine.py
+++ b/rigify/rigs/spines/super_spine.py
@@ -571,7 +571,7 @@ class Rig:
const = owner_pb.constraints.new(constraint['constraint'])
const.target = self.obj
- # filter contraint props to those that actually exist in the currnet
+ # filter constraint props to those that actually exist in the currnet
# type of constraint, then assign values to each
for p in [k for k in constraint.keys() if k in dir(const)]:
setattr(const, p, constraint[p])
@@ -806,7 +806,7 @@ class Rig:
bpy.ops.object.mode_set(mode='OBJECT')
pb = self.obj.pose.bones
- # deform bones bbone segements
+ # deform bones bbone segments
for bone in bones['def'][:-1]:
self.obj.data.bones[bone].bbone_segments = 8