Has anyone tried creating a zscript to run zBrush’s Mulitmap Exporter as a stand alone utiliity outside of zBrush.
We would want to follow a specific naming conventions that we have enforced with logical namespace tokens.
Having access to set the varying out put options per map type ( dis, nrm,vdp, etc…)
Placing output files into specific directories.
Is this even possible?
Someone made one to export all BPR passes from within ZBrush with 1 click, maybe you could modify that to work(have to be inside Z though) Else will take serious code…which might make it possible. HTH
Thanks for the reply. I have a couple of software TD’s looking into the zScripting Docs too see what how much we can run outside of the zBrush interface if at all.
You can’t run a plugin from another plugin/zscript, as only one zscript can be active at one time. It’s possible to launch ZBrush with a zscript but that’s not really going to help you.
Send me a PM and outline what it is you need. I may be able to add it into the next release of MME, if time allows.