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
path: root/mocap
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-09-26 19:44:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-26 19:44:10 +0400
commitc1856348067971d1e246f059108c43f5787b4aea (patch)
tree0dddfd9afd6a932c997482b62af75a2c38d2b6d2 /mocap
parent4007f1cc3cfe3508ecf58b84373a92206a6b4da3 (diff)
fix for x3d export and some minor pep8 edits
Diffstat (limited to 'mocap')
-rw-r--r--mocap/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/mocap/__init__.py b/mocap/__init__.py
index d26937be..3de08a93 100644
--- a/mocap/__init__.py
+++ b/mocap/__init__.py
@@ -53,7 +53,7 @@ else:
from . import mocap_constraints
from . import retarget
from . import mocap_tools
-
+
# MocapConstraint class
# Defines MocapConstraint datatype, used to add and configute mocap constraints
@@ -67,6 +67,7 @@ def hasIKConstraint(pose_bone):
else:
return False
+
class MocapConstraint(bpy.types.PropertyGroup):
name = StringProperty(name="Name",
default="Mocap Fix",