1
Invalid Suites for AEGP Death Hook?
Explorer
,
/t5/after-effects-discussions/invalid-suites-for-aegp-death-hook/td-p/14524177
Mar 29, 2024
Mar 29, 2024
Copy link to clipboard
Copied
Are there certain AEGP suites we shouldn't/can't use in an AEGP Death Hook?
I was trying to use the UtilitySuites to ReportInfo in my Death Hook, and while the suite pointers seem to be valid, it doesn't work properly to display the closing message.
Any suggestions?
TOPICS
Error or problem
,
How to
,
SDK
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/after-effects-discussions/invalid-suites-for-aegp-death-hook/m-p/14525763#M246859
Mar 31, 2024
Mar 31, 2024
Copy link to clipboard
Copied
well... you can't tell in advance the order in which AEGPs get unloaded, so some functionality may not be accessible during death hook. it's safe to assume that the ui won't update during the death sequence.
you could launch a system alert modal if you have to...
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

