hotfix/maya rigs could not be imported due to trying to freeze transforms on rigged hierarchies, temorary fix, we should find a different solution

This commit is contained in:
Milan Kolar 2019-06-03 17:58:09 +02:00
parent f8b943bc42
commit 864df73dda

View file

@ -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']