Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalle-Samuli Riihikoski <haikalle@gmail.com>2011-10-20 22:00:15 +0400
committerKalle-Samuli Riihikoski <haikalle@gmail.com>2011-10-20 22:00:15 +0400
commit1ec5762e302487cf1aa0cab27c675fd8f16d27d3 (patch)
tree9c72a31d1d9520187773ca12d12bb2853eea3b93 /io_coat3D
parent465d7a3d28558288ec8b7ba7b82dfe869e3c34aa (diff)
Remove prints. Ready for 2.60a :)
Diffstat (limited to 'io_coat3D')
-rw-r--r--io_coat3D/coat.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/io_coat3D/coat.py b/io_coat3D/coat.py
index d6bf96b4..f7684a24 100644
--- a/io_coat3D/coat.py
+++ b/io_coat3D/coat.py
@@ -223,16 +223,7 @@ class SCENE_OT_export(bpy.types.Operator):
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 @@ class SCENE_OT_import(bpy.types.Operator):
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 @@ class SCENE_OT_import(bpy.types.Operator):
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 @@ class SCENE_OT_import(bpy.types.Operator):
bpy.context.scene.objects.active = act_first
if(new_object == True):
- print('uusi objekti')
coat3D = bpy.context.scene.coat3D
scene = context.scene