mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Fix rotation when loading from Unreal
This commit is contained in:
parent
daba0c00d9
commit
c80dfdf9a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue