mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
renamed 'load_representation' to 'load_container'
This commit is contained in:
parent
c5b3098acd
commit
5b835d87e7
10 changed files with 19 additions and 19 deletions
|
|
@ -1394,7 +1394,7 @@ class BuildWorkfile:
|
|||
"""
|
||||
from openpype.pipeline import (
|
||||
IncompatibleLoaderError,
|
||||
load_representation,
|
||||
load_container,
|
||||
)
|
||||
|
||||
loaded_containers = []
|
||||
|
|
@ -1458,7 +1458,7 @@ class BuildWorkfile:
|
|||
if not loader:
|
||||
continue
|
||||
try:
|
||||
container = load_representation(
|
||||
container = load_container(
|
||||
loader,
|
||||
repre["_id"],
|
||||
name=subset_name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue