mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
FIx to use project name instead of code in update for ReferenceLoader
This commit is contained in:
parent
26572719c9
commit
1c133cf6b1
1 changed files with 1 additions and 1 deletions
|
|
@ -235,7 +235,7 @@ class ReferenceLoader(Loader):
|
|||
path = self.prepare_root_value(path,
|
||||
representation["context"]
|
||||
["project"]
|
||||
["code"])
|
||||
["name"])
|
||||
content = cmds.file(path,
|
||||
loadReference=reference_node,
|
||||
type=file_type,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue