@wam3d @Spyndel @zber2 @Histone @davidkillerzombies @Salvador_Nunez
Using Python I wrote a small program that will find all ZBrush projects and ZTools in a series of specified paths. Then all those will be added to the recent tab in LightBox.
On my system it will scan through the QuickSave path, my projects path, and the entire ZBrush installation. It finds more than 529 items in less than a second.
If you are using Linux to run Wine ZBrush you might want to try out my little python3 program that make the “Recent” LightBox tab more useful.
The current version was put together in about half a day. If you find it useful it would be interesting to know.
Installation, configuration and usage instructions are provided in the readme file.
ZLightBoxRebuildRecent_v1.02a.zip (2.2 KB)
For those who would like to get started with ZBrush scripts here are two basic examples. One ZScript (as a txt file) will export the current subtool to your QuickSave folder. To try it out first extract the zip file. You could place it in your QuickSave path to test it. Then right click the file and choose to open the txt file with “ZBrush Executable”. The other example will import the file you just exported. It is possible to make or buy more advanced ZScripts. For example using Python it is possible to first generate a ZScript and then execute it.
export_subtool.zip (337 Bytes)
import_obj.zip (348 Bytes)