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:
Diffstat (limited to 'io_coat3D')
-rw-r--r--io_coat3D/coat.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/io_coat3D/coat.py b/io_coat3D/coat.py
index 60ac8599..930efb3f 100644
--- a/io_coat3D/coat.py
+++ b/io_coat3D/coat.py
@@ -442,6 +442,7 @@ class SCENE_OT_import3b(bpy.types.Operator):
import_no = 0
else:
bpy.ops.import_scene.obj(filepath=obj_path,axis_forward='X',axis_up='Y')
+ bpy.ops.object.transform_apply(rotation=True)
new_obj = scene.objects[0]
scene.objects[0].coat3D.objectdir = export
if(path_on):