ZBrushCentral

Question: Can the smooth brush be selected programmatically?

I was wondering if it is possible to select the Smooth brush in a ZScript? If I just use the [IPress, Brush:Smooth] I just get the message that I have to use the Shift key to enable the smooth brush.

Does this mean that there is no other way then to use the Shift Key to select the smooth brush? Kinda look like it to me but I just thought I ask…

Appreciate any feedback

Thanks,

mobbe

It’s not possible to select it so that you can use it. In other words, you can use
[IKeyPress,SHIFT,[IPress,Brush:Smooth]]
to press the smooth brush but it won’t stay pressed.

OK, that is a shame. Really kills my idea.

Thanks for letting me know though.

/mobbe