Revisiting Scripting after a long break: Before I start - Brush Pattern Definition
As above, I have vbs background and have done a lot of scripting about 10 years ago. Of course things have changed a lot but its become pretty hard with enumerated 4 byte etc making code far less logical or readable.
Loved that it was easy stem based language before...and in the meantime have done a lot of python so it seems to have gone backwards
Anyway
I simply want to iterate a number of layers that contain brush samples etc which all still seems to work the same way eg
- each layer will be slightly resized to comply with target brush size
but Im having trouble with the following
- each layer will then define a new named brush
- following code will call the named brush
I searched the script reference and could see no mention of the equivalent menu items ie define brush etc so my question is, how is this now best and most elegantly accomplished?
Cheers
