Fix rotation when loading from Unreal

This commit is contained in:
Simone Barbieri 2020-08-24 10:00:25 +01:00
parent daba0c00d9
commit c80dfdf9a2

View file

@ -338,7 +338,7 @@ class UnrealLayoutLoader(plugin.AssetLoader):
)
obj.rotation_euler = (
rotation.get('x'),
rotation.get('y'),
-rotation.get('y'),
-rotation.get('z')
)
obj.scale = (