Hello there!
Is there a hook, or other solution, to run code right after the DCC started? I know there’s a before_app_launch
hook, but I need something like “an after_app_launch
” hook.
Maybe this should be in the engine somehow or as an engine hook.
I know Maya has userSetup.py and Houdini has 123.py, and these run right on startup.
But with Shotgrid is it possible to create a more generic script for each engine, that runs on startup?
Thanks in advance!
Update: maybe it is engine_init.py
I’m looking for? But I want to handle this engine-by-engine and not as a core hook.
Would I need to create a new app and implement post_engine_init()
in it to achieve this?