mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
modify royal render to use folder kwargs
This commit is contained in:
parent
5780a9c1cd
commit
42cd3dfee2
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ class BaseCreateRoyalRenderJob(pyblish.api.InstancePlugin,
|
|||
|
||||
add_kwargs = {
|
||||
"project": anatomy_data["project"]["name"],
|
||||
"asset": instance.context.data["folderPath"],
|
||||
"folder": instance.context.data["folderPath"],
|
||||
"task": anatomy_data["task"]["name"],
|
||||
"app": instance.context.data.get("appName"),
|
||||
"envgroup": "farm"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue