PDA

View Full Version : Question: Can the smooth brush be selected programmatically?



mobbe
04-18-11, 07:00 PM
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

marcus_civis
04-18-11, 10:11 PM
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.

mobbe
04-19-11, 06:05 AM
OK, that is a shame. Really kills my idea.

Thanks for letting me know though.

/mobbe