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/__init__.py')
-rw-r--r--mocap/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mocap/__init__.py b/mocap/__init__.py
index 616d5527..a9cfbe1d 100644
--- a/mocap/__init__.py
+++ b/mocap/__init__.py
@@ -249,6 +249,7 @@ def updateIKRetarget():
updateIKRetarget()
'''
+
def hasIKConstraint(pose_bone):
#utility function / predicate, returns True if given bone has IK constraint
ik = [constraint for constraint in pose_bone.constraints if constraint.type == "IK"]