mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Added possibility to inject 'last_workfile_path' through data
This commit is contained in:
parent
ee9aef01e1
commit
c9c21849b0
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ class GlobalHostDataHook(PreLaunchHook):
|
||||||
|
|
||||||
"env": self.launch_context.env,
|
"env": self.launch_context.env,
|
||||||
|
|
||||||
|
"last_workfile_path": self.data.get("last_workfile_path"),
|
||||||
|
|
||||||
"log": self.log
|
"log": self.log
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue