bugfix [#20237] Import error

(export X90 rotation wasnt right)
This commit is contained in:
Campbell Barton 2009-12-25 20:52:05 +00:00
parent 06f1505a4a
commit 695677914a

@ -444,7 +444,7 @@ def write(filename, objects, scene,
me = ob.create_mesh(EXPORT_APPLY_MODIFIERS, 'PREVIEW')
if EXPORT_ROTX90:
me.transform(ob_mat * mat_xrot90)
me.transform(mat_xrot90 * ob_mat)
else:
me.transform(ob_mat)