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-01-20 17:07:19 +0300
committerKalle-Samuli Riihikoski <haikalle@gmail.com>2011-01-20 17:07:19 +0300
commit3f2a86af69bd5a6b0b6a5982275ecc13d9efc09f (patch)
treeda1bdd834427bcd69aac8cc9ce21eb1956dd95bd /io_coat3D
parent9db505f18955404317e73ad2682c161bae1c25e4 (diff)
use_modifiers -> use_apply_modifiers.
Diffstat (limited to 'io_coat3D')
-rw-r--r--io_coat3D/coat.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_coat3D/coat.py b/io_coat3D/coat.py
index e8537be7..e6401100 100644
--- a/io_coat3D/coat.py
+++ b/io_coat3D/coat.py
@@ -204,7 +204,7 @@ class SCENE_OT_export(bpy.types.Operator):
if(coat3D.export_pos):
bpy.ops.export_scene.obj(filepath=checkname,use_selection=True,
- use_modifiers=coat3D.exportmod,use_blen_objects=False, group_by_material= True,
+ use_apply_modifiers=coat3D.exportmod,use_blen_objects=False, group_by_material= True,
use_materials = False,keep_vertex_order = True)
coat3D.export_on = True
@@ -217,7 +217,7 @@ class SCENE_OT_export(bpy.types.Operator):
obj.scale = (1,1,1)
bpy.ops.export_scene.obj(filepath=checkname,use_selection=True,
- use_modifiers=coat3D.exportmod,use_blen_objects=False, group_by_material= True,
+ use_apply_modifiers=coat3D.exportmod,use_blen_objects=False, group_by_material= True,
use_materials = False,keep_vertex_order = True)
obj.location = coat3D.loca