From 3f2a86af69bd5a6b0b6a5982275ecc13d9efc09f Mon Sep 17 00:00:00 2001 From: Kalle-Samuli Riihikoski Date: Thu, 20 Jan 2011 14:07:19 +0000 Subject: use_modifiers -> use_apply_modifiers. --- io_coat3D/coat.py | 4 ++-- 1 file 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 -- cgit v1.2.3