Skip to content
Snippets Groups Projects
Commit 6a09af70 authored by Kalle-Samuli Riihikoski's avatar Kalle-Samuli Riihikoski
Browse files

rotation error in 3d-coat->blender workflow fixed.

parent 04cb99b4
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment