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>2009-04-29 14:24:12 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-04-29 14:24:12 +0400
commit3bc02088e8d947b6c3efcb567b74e4fca7d40da7 (patch)
tree8a8754676308b22be20fbdb5e6fd04afe9e6090c /release
parentf004c36e41023b8a4ffa386226589b19c92eb971 (diff)
remove uneeded checks and testMethod from KX_ConstraintWrapper, typo in import_obj
Diffstat (limited to 'release')
-rw-r--r--release/scripts/import_obj.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/import_obj.py b/release/scripts/import_obj.py
index 493354601a6..63da4606f38 100644
--- a/release/scripts/import_obj.py
+++ b/release/scripts/import_obj.py
@@ -587,7 +587,7 @@ def load_obj(filepath, CLAMP_SIZE= 0.0, CREATE_FGONS= True, CREATE_SMOOTH_GROUPS
# so we need to know weather
multi_line_face= False
- print '\tpassing obj file "%s"...' % filepath,
+ print '\tparsing obj file "%s"...' % filepath,
time_sub= sys.time()
file= open(filepath, 'rU')
for line in file: #.xreadlines():