[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [2496] trunk/py/scripts/addons/ io_coat3D/coat.py: Remove prints.

Kalle-Samuli Riihikoski haikalle at gmail.com
Thu Oct 20 20:00:16 CEST 2011


Revision: 2496
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=2496
Author:   haikalle
Date:     2011-10-20 18:00:15 +0000 (Thu, 20 Oct 2011)
Log Message:
-----------
Remove prints. Ready for 2.60a :)

Modified Paths:
--------------
    trunk/py/scripts/addons/io_coat3D/coat.py

Modified: trunk/py/scripts/addons/io_coat3D/coat.py
===================================================================
--- trunk/py/scripts/addons/io_coat3D/coat.py	2011-10-20 14:44:29 UTC (rev 2495)
+++ trunk/py/scripts/addons/io_coat3D/coat.py	2011-10-20 18:00:15 UTC (rev 2496)
@@ -223,16 +223,7 @@
         obj.scale = coa.sca
 
         bpy.context.scene.cursor_location = coat3D.cursor_loc
-
-        
-        
-
         bpy.context.scene.cursor_location = coat3D.cursor_orginal
-
-      
-
-        print('kalle',importfile)
-        print('samuli',coat3D.exchangedir)
         
         file = open(importfile, "w")
         file.write("%s"%(checkname))
@@ -269,7 +260,6 @@
         Blender_export += ('%sexport.txt'%(os.sep))
         new_applink_name = 'False'
         new_object = False
-        print(Blender_export)
         if(os.path.isfile(Blender_export)):
             obj_pathh = open(Blender_export)
             new_object = True
@@ -286,7 +276,6 @@
         for act_name in test:
             coa = act_name.coat3D
             path_object = coa.applink_name
-            print(path_object)
             if act_name.type == 'MESH' and os.path.isfile(path_object):
                 multires_on = False
                 activeobj = act_name.name
@@ -445,7 +434,6 @@
         bpy.context.scene.objects.active = act_first
 
         if(new_object == True):
-            print('uusi objekti')
             coat3D = bpy.context.scene.coat3D
             scene = context.scene
             



More information about the Bf-extensions-cvs mailing list