Alembic Loader as Arnold Standin

This commit is contained in:
Kayla Man 2022-11-10 19:13:04 +08:00
parent bb924595c8
commit 17c3b1f96a

View file

@ -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"