Page 1 of 1

Select menu items by script

Posted: Sat Jan 20, 2018 10:53 am
by luis miguel
I'm here again to ask for help
I'd like to know how I can enter these items
in a script

Image
I looked around but I can not find anything about it

Re: Select menu items by script

Posted: Sun Jan 21, 2018 8:30 pm
by Kukurykus
You may only save tool preset with one of these itmes. So for ex. 3 tool presets, one for one item, and then by a script load that one you need.

If you do so, Healing Brush Tool options will be set to those you saved it with, so nxt part of your script had to read what values were just chosen, what been stored by first part of script (that to choose appriopate tool preset). So it's going to immediatelly read those values and retrieve them.

Re: Select menu items by script

Posted: Mon Jan 22, 2018 9:50 am
by luis miguel
I tried what you said but it does not work
I do not have the result I expected

Do you have any idea how to solve?