diff --git a/io_scene_fbx/import_fbx.py b/io_scene_fbx/import_fbx.py index 7a2808dbbc50d3fac6f48f2d6d785eed633633af..3124e8daf79d3170b283db38a9d5bc88d040053b 100644 --- a/io_scene_fbx/import_fbx.py +++ b/io_scene_fbx/import_fbx.py @@ -478,12 +478,12 @@ def blen_read_object_transform_preprocess(fbx_props, fbx_obj, rot_alt_mat, use_p pst_rot = const_vector_zero_3d rot_ord = { 0: 'XYZ', - 1: 'XYZ', - 2: 'XZY', - 3: 'YZX', - 4: 'YXZ', - 5: 'ZXY', - 6: 'ZYX', + 1: 'XZY', + 2: 'YZX', + 3: 'YXZ', + 4: 'ZXY', + 5: 'ZYX', + 6: 'XYZ', # XXX eSphericXYZ, not really supported... }.get(elem_props_get_enum(fbx_props, b'RotationOrder', 0)) else: pre_rot = const_vector_zero_3d