From c80dfdf9a2b00a1d0e00bc1a2a26cdced2cb5f6a Mon Sep 17 00:00:00 2001 From: Simone Barbieri Date: Mon, 24 Aug 2020 10:00:25 +0100 Subject: [PATCH] Fix rotation when loading from Unreal --- pype/plugins/blender/load/load_layout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pype/plugins/blender/load/load_layout.py b/pype/plugins/blender/load/load_layout.py index d1d78baeae..96a6be952f 100644 --- a/pype/plugins/blender/load/load_layout.py +++ b/pype/plugins/blender/load/load_layout.py @@ -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 = (