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:
authorCampbell Barton <ideasman42@gmail.com>2012-09-11 03:13:44 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-09-11 03:13:44 +0400
commit6facadf247754c4de310b0f9475b093562506c73 (patch)
tree64a915e82afb6b112e3925dc0225cc759cd4a4cf /io_scene_fbx
parent979eba457a4c76d1eba0cf2b64550ad89fd1fa08 (diff)
fix [#31622] .3ds importer doesn't do anything with the constrain_size
Diffstat (limited to 'io_scene_fbx')
-rw-r--r--io_scene_fbx/export_fbx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_fbx/export_fbx.py b/io_scene_fbx/export_fbx.py
index f02e7183..ce1de53e 100644
--- a/io_scene_fbx/export_fbx.py
+++ b/io_scene_fbx/export_fbx.py
@@ -421,7 +421,7 @@ def save_single(operator, scene, filepath="",
except:
import traceback
traceback.print_exc()
- operator.report({'ERROR'}, "Could'nt open file %r" % filepath)
+ operator.report({'ERROR'}, "Couldn't open file %r" % filepath)
return {'CANCELLED'}
# convenience