mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
alembic loader namespace fix
This commit is contained in:
parent
637c6396ca
commit
d0857a63e0
2 changed files with 0 additions and 4 deletions
|
|
@ -63,8 +63,6 @@ class ModelAbcLoader(load.LoaderPlugin):
|
|||
# rename the abc container with namespace
|
||||
abc_container_name = f"{namespace}:{name}"
|
||||
abc_container.name = abc_container_name
|
||||
# get the correct container
|
||||
abc_container = rt.GetNodeByName(abc_container_name)
|
||||
|
||||
return containerise(
|
||||
name, [abc_container], context,
|
||||
|
|
|
|||
|
|
@ -70,8 +70,6 @@ class AbcLoader(load.LoaderPlugin):
|
|||
# rename the abc container with namespace
|
||||
abc_container_name = f"{namespace}:{name}"
|
||||
abc_container.name = abc_container_name
|
||||
# get the correct container
|
||||
abc_container = rt.GetNodeByName(abc_container_name)
|
||||
|
||||
return containerise(
|
||||
name, [abc_container], context,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue