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:
-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