I was wondering if there is a way to get feedback from a Function Publishing function in c++ inside a maxscript gui ?
Lets say I have function in maxscript which is very processor intensive, In it there is a while loop doing all this work and while working it reports the progress to the maxscript interface, The user can at any point stop this process by pressing a button.
If I do it in c++ with Function Publishing can I send feedback of what is doing to the maxscript gui and stop it by clicking a button ?
I’m trying to find a sample on the sdk that does something similar but have not been able to find anything. Any tips/suggestion appreciated.
Guillermo

