mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
task is on context
This commit is contained in:
parent
fb3c4b613f
commit
089fe88ee1
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ class CollectFusionRender(
|
|||
if family != "render":
|
||||
continue
|
||||
|
||||
task_name = inst.data.get("task") # legacy
|
||||
task_name = context.data["task"]
|
||||
tool = inst.data["transientData"]["tool"]
|
||||
|
||||
instance_families = inst.data.get("families", [])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue