Hi,
I need to make a modal dialog with progress bar to keep the user waiting while I skip some frames to do some calculations and go back to the starting frame.
Modal dialogs will block C4D's main thread, so I cannot change the document.
Async dialogs allows the user to interact with the document, potentially ruining the process.
What can be done here?
Can I prevent the user from altering the document with an async modal?
Thanks,
Roger