Notifications
Clear all
[Closed] Detecting new scene via mxs
Sep 29, 2015 12:47 pm
Is there any way to detect via maxscript if you open a new scene/reset/open recent?
I’m building a script and for it to work all the time, without closing it while switching between scenes, i need to refresh the UI.
Any suggestions? Thanks!
2 Replies
Sep 29, 2015 12:47 pm
look into the #filePostOpen callback
ala
callbacks.addScript #filePostOpen....