Search found 2 matches

by ra5040@eircom.net
Mon Jan 09, 2017 6:33 pm
Forum: Help Me
Topic: Set Brush Options problem
Replies: 0
Views: 3395

Set Brush Options problem

Hi, I have some code from Tom Ruark that sets brush options like Opacity, Flow etc. The code works well ... EXCEPT that it always sets Shape Dynamics, Scattering and Smoothing to On. I've checked out the code as well as I can and I can see no problems with it. I have absolutely NO idea how to correc...
by ra5040@eircom.net
Sun Jan 08, 2017 7:20 pm
Forum: Help Me
Topic: Smudge tool options
Replies: 0
Views: 3090

Smudge tool options

I've used a script by Tom Ruark to change brush options and would like to be able to do the same with the smudge tool options. I've been partially successful with this script: function setSmudgeOptions(tool,mode,strength,pfs){ // tool var idset = stringIDToTypeID( "set" ); var desc226 = ne...