Hi,
I’m running into an issue where, when batch printing to PDF at some point Rhino pop’s up a message:
At the end of the script I see all sorts of weird issues with dialogs not rendering properly
example:
I suspect that it’s to do with pushing the display system too much too quickly.
I’m running a Python script that opens each file in a folder to run a scripted Print command.
Is there anything I might be able to do to prevent the ‘overload’?
Thanks
-Willem