Alembic Loader as Arnold Standin

This commit is contained in:
Kayla Man 2022-10-31 19:56:10 +08:00 committed by Petr Kalis
parent 460adc767e
commit ecbe06bdc8

View file

@ -1,5 +1,4 @@
import os
import clique
from openpype.pipeline import (
load,
@ -41,7 +40,7 @@ class AlembicStandinLoader(load.LoaderPlugin):
suffix="_",
)
#Root group
# Root group
label = "{}:{}".format(namespace, name)
root = pm.group(name=label, empty=True)