mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Alembic Loader as Arnold Standin
This commit is contained in:
parent
bb924595c8
commit
17c3b1f96a
1 changed files with 3 additions and 3 deletions
|
|
@ -50,9 +50,9 @@ class AlembicStandinLoader(load.LoaderPlugin):
|
|||
if c is not None:
|
||||
cmds.setAttr(root + ".useOutlinerColor", 1)
|
||||
cmds.setAttr(root + ".outlinerColor",
|
||||
(float(c[0])/255),
|
||||
(float(c[1])/255),
|
||||
(float(c[2])/255)
|
||||
(float(c[0])/255),
|
||||
(float(c[1])/255),
|
||||
(float(c[2])/255)
|
||||
)
|
||||
|
||||
transform_name = label + "_ABC"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue