ZBrushCentral

obj to ztool converter

is there a plugin/zscript to convert a folder of objs into tools…that show up in the tool menu?

is this hard to do?

thanks in advance

Without the file names it would have to be scripted so that an Open dialog popped up repeatedly until ‘Cancel’ was hit. Apart from that restriction, it wouldn’t be difficult because once the file name had been got it’s a simple import.

I wrote a similar kind of thing to import OBJs as subtools, though note this is a zscript (loaded from the ZScript:Load button, it appears in the ZScript tutorial window at the bottom of the UI):
http://www.zbrushcentral.com/zbc/showpost.php?p=385513&postcount=7