mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Alembic Loader as Arnold Standin
This commit is contained in:
parent
460adc767e
commit
ecbe06bdc8
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue