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
|
|
@ -13,7 +13,7 @@ from maya import cmds
|
|||
from avalon import io, api
|
||||
|
||||
from openpype.pipeline import (
|
||||
load_representation,
|
||||
load_container,
|
||||
loaders_from_representation,
|
||||
discover_loader_plugins,
|
||||
get_representation_path,
|
||||
|
|
@ -208,7 +208,7 @@ def load_look(version_id):
|
|||
|
||||
# Reference the look file
|
||||
with lib.maintained_selection():
|
||||
container_node = load_representation(loader, look_representation)
|
||||
container_node = load_container(loader, look_representation)
|
||||
|
||||
# Get container members
|
||||
shader_nodes = lib.get_container_members(container_node)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue