Message 1 of 3
Callback event for all scripts loaded
Not applicable
01-22-2016
05:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to understand the best notification callback to use at the point that ALL startup scripts have loaded - i.e. that 3DSMax has stabilised and is ready to receive (external) commands. From my investigations it would seem that some scripts are still loading after #postSystemStartup fires. The next event would seem to be #filePreOpen, #systemPreReset or #systemPreNew but these require an action on the part of the user.
Is there another event which fires later?
Secondarily I would also be able to interrogate the the OLE interface (as set up by registerOLEInterface ) to confirm what functions have been registered.
Any help appreciated.
