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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2006-04-11 01:49:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2006-04-11 01:49:46 +0400
commit0e3919954672f13072b7ebda1e68d5f298cf3fce (patch)
tree383ababfe1360358d5a23dc1a5170a46c7c3e5a0
parent9c322c7e86ed3f18cf0f89fda9cfd4ea545400a1 (diff)
removed debug print.
-rw-r--r--release/scripts/obj_import.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/obj_import.py b/release/scripts/obj_import.py
index 1ac3c37851f..1e5e53426f3 100644
--- a/release/scripts/obj_import.py
+++ b/release/scripts/obj_import.py
@@ -772,7 +772,6 @@ def load_obj(file, IMPORT_MTL=1, IMPORT_EDGES=1, IMPORT_SMOOTH_ALL=0, IMPORT_FGO
if IMPORT_MTL:
for mtl in mtl_fileName:
load_mtl(DIR, mtl, meshDict, materialDict)
- print 'MTLLLL', mtl_fileName
importedObjects= []
for mk, me in meshDict.iteritems():