Alembic Loader as Arnold Standin

This commit is contained in:
Kayla Man 2022-11-10 19:15:11 +08:00 committed by Petr Kalis
parent bee7b17ff2
commit 3649ee7e4e

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"