diff --git a/io_coat3D/coat.py b/io_coat3D/coat.py index e8537be77fd25f49bf16587c4f25c79e6cf1a791..e6401100edb51edcd48cc05145adb2e4e33633c7 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