[Closed] Callback to catch Exported Filename?
Is there a way to catch the filename of any file a user exports manually using File->Export?
callbacks.removeScripts id:#testCallback
callbacks.addScript #postExport “print (callbacks.notificationParam())” id:#testCallback
Then doing an export shows this in listener:
“D:\asd.FBX”
Huh… strange, I looked in the maxscript docs and that wasn’t in there… will check to see if it works in 2016 thanks!
Coming from you, I thought it was maybe a trick question (or a suspiciously naive question as DenisT often does, followed by a ton of original thought and solutions) . It seemed too obvious and it’s the likes of you and DenisT that I’ve been learning and getting a lot of help from over the years. Big thank you
Haha no worries, I should have checked to see if Param Notification actually spat anything out or not.