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/rigify
diff options
context:
space:
mode:
authorNathan Vegdahl <cessen@cessen.com>2011-02-22 00:08:47 +0300
committerNathan Vegdahl <cessen@cessen.com>2011-02-22 00:08:47 +0300
commita9814e4e047049ca46e96491421b823519e7a414 (patch)
tree17babe70fcf355cd7e33da28b3cbf599627f7c8c /rigify
parent3428aad9c8ea3438219eeffb3f0964eeae1f57d9 (diff)
Accidentally left a temporary print statement in rigify.
Diffstat (limited to 'rigify')
-rw-r--r--rigify/rigs/biped/leg/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rigify/rigs/biped/leg/__init__.py b/rigify/rigs/biped/leg/__init__.py
index 3c518320..4c9997bf 100644
--- a/rigify/rigs/biped/leg/__init__.py
+++ b/rigify/rigs/biped/leg/__init__.py
@@ -78,7 +78,6 @@ class Rig:
group.separate_ik_layers = bpy.props.BoolProperty(name="Separate IK Control Layers:", default=False, description="Enable putting the ik controls on a separate layer from the fk controls.")
group.ik_layers = bpy.props.BoolVectorProperty(size=32, description="Layers for the ik controls to be on.")
- print("Adding thigh twist.")
group.use_thigh_twist = bpy.props.BoolProperty(name="Thigh Twist", default=True, description="Generate the dual-bone twist setup for the thigh.")
group.use_shin_twist = bpy.props.BoolProperty(name="Shin Twist", default=True, description="Generate the dual-bone twist setup for the shin.")