mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
fixed bug in representation reqeust
This commit is contained in:
parent
cb4e0323ef
commit
7197049643
1 changed files with 2 additions and 2 deletions
|
|
@ -797,8 +797,8 @@ def assign_look_by_version(nodes, version_id):
|
|||
"name": "json"})
|
||||
|
||||
# Load file
|
||||
shader_filepath = api.get_representation_path(shader_file["_id"])
|
||||
shader_relation = api.get_representation_path(shader_relations["_id"])
|
||||
shader_filepath = api.get_representation_path(shader_file)
|
||||
shader_relation = api.get_representation_path(shader_relations)
|
||||
|
||||
reference_node = get_reference_node(shader_filepath)
|
||||
if reference_node is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue