ZBrushCentral

Question: Load Multi-Map exporter option presets

Hello,

I’m trying to load a saved preset for multi map exporter on the ZPlugin menu.
But when I tried with macro it didn’t show the actual commands. (instead, it only showed something like IShowActions, 0)
Is there any way that I can load the saved preset by codes?

Also, is there any way I can export all maps in Zplugin using zscript?

Thanks again,
Aiden

I’m afraid it’s not possible to call plugins from zscript. It’s because only one plugin, macro or zcript can be active at a time. So the moment your script calls MME it will stop running. Also, because plugins are separate from ZBrush, some commands will not work so MME will not recognise the [FileNameSetNext] command.