I am trying to load multiple scripts to compile at startup.
They must be .txt’s so I can convert them to .zsc’s I have
Script01.txt
Script02.txt
Script03.txt
Files.txt which contains the paths to these scripts.
Like so:
C:/pathToScript/Script01.txt
C:/pathToScript/Script02.txt
C:/pathToScript/Script03.txt
ZBrush will not compile all of them, it loads each one in my loop, but only the last one gets compiled to a zsc.
It loads All the Scripts, but only compiles the last one in the list. I really need a way to compile multiple versions of the scripts.
I will try to make 2 separate scripts do the actions, maybe I can control this by reloading the main script??? I’ll give it a shot…