I’m working on a Zscript and I’m looking to speed up my debugging and testing process. My Zscript creates a new subpalette. I would like to find a way to clear the subpalette and reload the script without having to restart ZBrush, because it’s a pain having to close and open ZBrush each time I make a change to the script.
I find my process going like this…
-
Make edits to the Zscript .txt file in a text editor. Add new functionality.
-
Open ZBrush and go Zscript > Load. The script creates a subpalette.
-
Test the new functionality on the subpalette. If there are errors…
-
Restart ZBrush and repeat from 1.
Any thoughts?
Thank you!
David