Skip to content
Snippets Groups Projects
Commit a9814e4e authored by Nathan Vegdahl's avatar Nathan Vegdahl
Browse files

Accidentally left a temporary print statement in rigify.

parent 3428aad9
No related branches found
No related tags found
No related merge requests found
......@@ -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.")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment