mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
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:
parent
f8b943bc42
commit
864df73dda
1 changed files with 2 additions and 2 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue