Skip to main content
Participant
October 12, 2018
Question

Changing sampled brush attributes

  • October 12, 2018
  • 1 reply
  • 270 views

Hi,

Has any one been able to figure out how to change brush attributes trough scripting for other brushes than round without reseting the brush to round?

This is the latest info I have found about the issue: Change brush diameter - JSX script

According to this it is not possible. Is this still the case?

I have found that you can change the size without reseting the brush to round by setting "masterDiameter" instead of "diameter", but I haven't been able to figure out rest of the attributes, e.g. "masterHardness" does not work. I have no idea why "masterDiameter" works, because there is no field in the "currentToolOptions" for that.

Thanks!

This topic has been closed for replies.

1 reply

JJMack
Community Expert
Community Expert
October 12, 2018

Adobe made a lot of changes in CC 2018 for supporting brushes, However I do not know it Adobe added additional action manager support for dealing with sample brushes.   Brushes can not be changed using Adobe Photoshop DOM code.

JJMack