ZBrushCentral

To make the ZMODELER option a macro

2020-09-17 17_32_34-ZBrush

I can’t find a macro command to access functions from the spacebar, probably because the published reference document is 4r8.

I can’t find the macro command to access the function from the space bar, because this item is not in the menu bar, and I can’t make the user follow the menu.

I’m wondering if there is a macro command to access this function.

Your question is kind of vague, possibly, possibly not.
This will make a button. Save to Macros…
/* //ZBRUSH MACRO - Recorded in ZBrush version 2020-EDITED WITH Notepad++ for ZBrush 2021.1.1 */
[IButton,???,“LOAD ZMODELER Brush”,
[IShowActions,0]
[IConfig,2021]
[IPress,Brush:Standard]
[IPress,Brush:ZMODELER]
]//eof

Further info>>> http://docs.pixologic.com/user-guide/customizing-zbrush/zscripting/technical/

Thank you.

But that’s not the solution.

I already found the answer after the post, so I’ll give you the solution in reverse.

There is no way to control the ZM commands in ZSCRIPT.
The macro recorder can’t record ZM commands.
The macro recorder does not record ZM commands, only zm brush actions.

There is no way to access the note interface which is displayed when the space key is pressed.