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 'mocap/mocap_constraints.py')
-rw-r--r--mocap/mocap_constraints.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mocap/mocap_constraints.py b/mocap/mocap_constraints.py
index d263dfad..3d3e4a60 100644
--- a/mocap/mocap_constraints.py
+++ b/mocap/mocap_constraints.py
@@ -289,7 +289,7 @@ def setConstraint(m_constraint, context):
if m_constraint.type == "floor" and m_constraint.targetMesh:
real_constraint.mute = True
real_constraint.owner_space = "WORLD"
- #calculate the positions thoughout the range
+ #calculate the positions throughout the range
s, e = m_constraint.s_frame, m_constraint.e_frame
s_in, s_out = m_constraint.smooth_in, m_constraint.smooth_out
s -= s_in
@@ -399,7 +399,7 @@ def bakeAllConstraints(obj, s_frame, e_frame, bones):
locBake(s_frame, e_frame, simpleBake)
-#Calls the baking function and decativates releveant constraints
+#Calls the baking function and decativates relevant constraints
def bakeConstraints(context):
obj = context.active_object
bones = obj.pose.bones