ZBrushCentral

Any way to write a macro to switch to a certain color

Is there any way to script a color change?
I tried recording a macro where I would use the color palette and hover over a color then press the C key, but this did not work?

Thanks

Do you mean the ZBrush Color Selector? That works OK for me. But you can easily edit the macro text file in Notepad.

It will look something like this:

//ZBRUSH MACRO - Recorded in ZBrush version 2020
[IButton,???,"Press to run this macro. Macros can be aborted by pressing the ëescí key.",
[IShowActions,0]
[IConfig,2020]
[IColorSet,139,31,31]
]

For the line beginning [IColorSet, the following three numbers are the Red, Green and Blue values. You can find these for any color by looking at the R, G & B sliders in the Color palette. So change the numbers to what you want and save the file. Restart ZBrush or press Macro>Reload All Macros to refresh the Macro palette.

HTH,
Marcus

Thank you Marcus for confirming that this works, for some reason when I tried this the first time I thought it was not working. :crazy_face:

Bunch of stuff in ZIP file. PLACE IN STARTUP MACROS FOLDER
Check it out, any bugs, post about it.
VIEW.zip (46.6 KB)