[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1637] trunk/py/scripts/addons/rigify/ rigs/biped/leg/__init__.py: Accidentally left a temporary print statement in rigify.

Nathan Vegdahl cessen at cessen.com
Mon Feb 21 22:08:47 CET 2011


Revision: 1637
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=1637
Author:   cessen
Date:     2011-02-21 21:08:47 +0000 (Mon, 21 Feb 2011)
Log Message:
-----------
Accidentally left a temporary print statement in rigify.

Modified Paths:
--------------
    trunk/py/scripts/addons/rigify/rigs/biped/leg/__init__.py

Modified: trunk/py/scripts/addons/rigify/rigs/biped/leg/__init__.py
===================================================================
--- trunk/py/scripts/addons/rigify/rigs/biped/leg/__init__.py	2011-02-21 20:29:27 UTC (rev 1636)
+++ trunk/py/scripts/addons/rigify/rigs/biped/leg/__init__.py	2011-02-21 21:08:47 UTC (rev 1637)
@@ -78,7 +78,6 @@
         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.")
 



More information about the Bf-extensions-cvs mailing list