mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Alembic Loader as Arnold Standin
This commit is contained in:
parent
02fb9561d7
commit
6b0d25cb7c
1 changed files with 2 additions and 1 deletions
|
|
@ -55,7 +55,8 @@ class AlembicStandinLoader(load.LoaderPlugin):
|
|||
transform_name = label + "_ABC"
|
||||
|
||||
standinShape = cmds.ls(mtoa.ui.arnoldmenu.createStandIn())[0]
|
||||
standin = cmds.listRelatives(standinShape, parent=True, typ="transform")
|
||||
standin = cmds.listRelatives(standinShape, parent=True,
|
||||
typ="transform")
|
||||
standin = cmds.rename(standin, transform_name)
|
||||
standinShape = cmds.listRelatives(standin, children=True)[0]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue