ZBrushCentral

Macro For Smooth Brush Intensity

I have startup macro that goes through all my common brushes and sets the intensity use most of the time to avoid doing it every session. The only problem is the smooth brush. SHFT+Intensity will modify smooth brush intensity, but the macro recording doesn’t recognize the SHFT and thus does not work when enabled.

Any idea?

Hi,

Welcome to ZBC! :slight_smile:

If you use this line:

[IKeyPress,SHIFT,[ISet,Draw:ZIntensity,80]]

it should set the Smooth brush ZIntensity OK. Change the 80 to whatever value you want.

HTH,
Marcus

1 Like

Wow, thanks for the quick answer! That makes things so much easier at startup :grinning:

1 Like