[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [789] contrib/py/scripts/addons/ add_mesh_BoltFactory/createMesh.py: -commented out more prints

Florian Meyer florianfelix at web.de
Thu Jul 15 02:35:57 CEST 2010


Revision: 789
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=789
Author:   testscreenings
Date:     2010-07-15 02:35:57 +0200 (Thu, 15 Jul 2010)

Log Message:
-----------
-commented out more prints

Modified Paths:
--------------
    contrib/py/scripts/addons/add_mesh_BoltFactory/createMesh.py

Modified: contrib/py/scripts/addons/add_mesh_BoltFactory/createMesh.py
===================================================================
--- contrib/py/scripts/addons/add_mesh_BoltFactory/createMesh.py	2010-07-14 20:46:59 UTC (rev 788)
+++ contrib/py/scripts/addons/add_mesh_BoltFactory/createMesh.py	2010-07-15 00:35:57 UTC (rev 789)
@@ -137,7 +137,7 @@
 #    A new rotation matrix. 
 def Simple_RotationMatrix(angle, matSize, axisFlag):
     if matSize != 4 :
-        print ("Simple_RotationMatrix can only do 4x4")
+        #print ("Simple_RotationMatrix can only do 4x4")
         
     q = radians(angle)  #make the rotation go clockwise
     
@@ -148,7 +148,7 @@
     elif axisFlag == 'z':
         matrix = MATHUTILS.Matrix([cos(q),sin(q),0,0],[-sin(q),cos(q),0,0],[0,0,1,0],[0,0,0,1])  
     else:
-        print   ("Simple_RotationMatrix can only do x y z axis")
+        #print   ("Simple_RotationMatrix can only do x y z axis")
     return matrix
 
 
@@ -1966,7 +1966,7 @@
         #need to size Allen bit if it is too big.
         if  Allen_Bit_Dia(props.bf_Allen_Bit_Flat_Distance) > Max_Pan_Bit_Dia(props.bf_Pan_Head_Dia):
             ReSized_Allen_Bit_Flat_Distance = Allen_Bit_Dia_To_Flat(Max_Pan_Bit_Dia(props.bf_Pan_Head_Dia)) * 1.05
-            print ("Resized Allen Bit Flat Distance to ",ReSized_Allen_Bit_Flat_Distance) 
+            #print ("Resized Allen Bit Flat Distance to ",ReSized_Allen_Bit_Flat_Distance) 
  
     #bit Mesh
     if props.bf_Bit_Type == 'bf_Bit_Allen':




More information about the Bf-extensions-cvs mailing list