Alembic Loader as Arnold Standin

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

View file

@ -50,10 +50,10 @@ 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"