Search found 1 match

by H_GG
Fri May 02, 2025 7:11 am
Forum: Help Me
Topic: Selection of stroke
Replies: 0
Views: 85

Selection of stroke

Hey everybody, So, on the adobe community forum someone has shared a script to convert guides to stroke. I need to step to automate the selection of the stroke after its creation. Thanks in advance, #target photoshop var lineWidth = 6 var userColor = true; if(userColor){ app.showColorPicker() } var ...