From a9814e4e047049ca46e96491421b823519e7a414 Mon Sep 17 00:00:00 2001 From: Nathan Vegdahl <cessen@cessen.com> Date: Mon, 21 Feb 2011 21:08:47 +0000 Subject: [PATCH] Accidentally left a temporary print statement in rigify. --- rigify/rigs/biped/leg/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rigify/rigs/biped/leg/__init__.py b/rigify/rigs/biped/leg/__init__.py index 3c518320b..4c9997bf5 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.") -- GitLab