From 864df73ddaef7d751a76c9c90c89a3b10ec03298 Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Mon, 3 Jun 2019 17:58:09 +0200 Subject: [PATCH] hotfix/maya rigs could not be imported due to trying to freeze transforms on rigged hierarchies, temorary fix, we should find a different solution --- pype/plugins/maya/load/load_rig.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pype/plugins/maya/load/load_rig.py b/pype/plugins/maya/load/load_rig.py index 66b086c861..4d38113d3e 100644 --- a/pype/plugins/maya/load/load_rig.py +++ b/pype/plugins/maya/load/load_rig.py @@ -36,8 +36,8 @@ class RigLoader(pype.maya.plugin.ReferenceLoader): groupReference=True, groupName=groupName) - cmds.makeIdentity(groupName, apply=False, rotate=True, - translate=True, scale=True) + # cmds.makeIdentity(groupName, apply=False, rotate=True, + # translate=True, scale=True) presets = config.get_presets(project=os.environ['AVALON_PROJECT']) colors = presets['plugins']['maya']['load']['colors']