Search found 3 matches

by dog
Sat Feb 17, 2018 1:12 pm
Forum: Help Me
Topic: How to Get current toolPreset name jsx
Replies: 5
Views: 8609

Re: How to Get current toolPreset name jsx

Hi Kukurykus! Sorry for the delay in responding. Thank you very much for your script! This will be great!
by dog
Fri Feb 09, 2018 1:12 pm
Forum: Help Me
Topic: How to Get current toolPreset name jsx
Replies: 5
Views: 8609

Re: How to Get current toolPreset name jsx

Hi txuku, Thank you for the link! That’s mostly regarding getting / setting the active type of tool (e.g. brush), rather than getting / setting the current preset of the active tool (e.g. charcoal brush) which is what I am interested in.
by dog
Sat Jan 27, 2018 7:55 pm
Forum: Help Me
Topic: How to Get current toolPreset name jsx
Replies: 5
Views: 8609

How to Get current toolPreset name jsx

How do I get the name of the active sTID("toolPreset")? I imagine it’s similar to getting the currently active tool name: cTID = function(s) { return app.charIDToTypeID(s)} sTID = function(s) { return app.stringIDToTypeID(s)} function get_tool() { var ref = new ActionReference() ref.putEnu...