ZBrushCentral

Question: How export geometry to *.fbx using macros / script ?

Hi,

I try record call of plugin FBX ExportImport. From ZPlugin panel it work fine, but from script or macros it create empty *.fbx files wich contains only one line of text “// Nothing to do here, OBJ exported is included in ZBrush” and all geometry can be saved in *.obj files. Is it possible export it correctly by macros or script?

Thanks.

You can’t use a macro to call another plugin, and if you record a macro of plugin operation then it won’t include all the plugin’s “behind-the-scenes” stuff so is unlikely to work the way you want.

Ok, in this case solution will be to find or write script for converting *.obj to *.fbx. Thanks for information.