Search found 37 matches: shape-layers

Searched query: shape-layers

by iammuslimbek
Sat Apr 16, 2022 10:29 am
Forum: Help Me
Topic: Simple Resize Layer
Replies: 1
Views: 2162

Simple Resize Layer

Hello, guys!
I want a script for resizing layers.
I have a shape layer and I want to resize it to 95%.
Can anyone help me, please?
by Wolf_22
Tue Nov 24, 2020 7:22 pm
Forum: Help Me
Topic: Looking for a script that can either stamp or paste randomized layers along a path?
Replies: 1
Views: 3044

Looking for a script that can either stamp or paste randomized layers along a path?

... for any scripting efforts. What I'm hoping for is a way to put a few layers inside a group and from that group, find a way to paste one or many ... to "paint them along the road." Whether that would be along a shape path or else, via a brush stroke, is left up for debate. Personally, ...
by joonaspaakko
Tue Feb 26, 2019 12:29 pm
Forum: Photoshop Scripting - General Discussion
Topic: Vector rectangle shape made with ExtendScript?
Replies: 2
Views: 8974

Re: Vector rectangle shape made with ExtendScript?

Couple Action methods come to mind. Neither of these use shape layers but should be about as flexible in this case, if not more so... Method #1 Layer > New Fill ...
by txuku
Mon Jun 12, 2017 8:57 am
Forum: Help Me
Topic: how to select all Layers containing shapes
Replies: 5
Views: 11013

Re: how to select all Layers containing shapes

Bonjour

You do not link wasfiwasfi !


You can do a shape-layers search in this forum Duelluxe :

Results HERE!
by Duelluxe
Mon Feb 27, 2017 10:31 am
Forum: Help Me
Topic: how to select all Layers containing shapes
Replies: 5
Views: 11013

how to select all Layers containing shapes

... new to scripting and trying to put a script together that selects all shape-layers in my document (visible and invisible) to rasterize them afterwards. I can't get it ...
by csuebele
Tue Oct 21, 2014 12:59 pm
Forum: Help Me
Topic: Create a gradient without using a preset?
Replies: 3
Views: 4158

Create a gradient without using a preset?

<r>I have used the gradient in combination with shape layers, but it should be the same for any gradient. I use the scriptlistener to record applying a ...
by Jeremy Knudsen
Thu Apr 24, 2014 9:51 pm
Forum: Help Me
Topic: vector layer bounds
Replies: 3
Views: 3163

vector layer bounds

... are the steps:<br/> <br/> 1) make a duplicate of the selected vector shape layer(s)<br/> 2) merge the duped layers into a single layer (enclosed in a try/catch so that if there is only *one* layer, then ...
by mycort
Thu Aug 08, 2013 5:17 pm
Forum: Help Me
Topic: Loading Shape Transparency for Photoshop CC
Replies: 12
Views: 9642

Loading Shape Transparency for Photoshop CC

... use this code in my Pixel Spec script to load vector/rasterized shapes and I'm getting an error. I've attached the error dialog and my full ... LayerList = new Array();<br/>               for (var a = 0; a < thisSet.layers.length; a++) {<br/>                 activeDocument.activeLayer = thisSet.layers[a];<br/> ...
by Mike Hale
Wed Aug 07, 2013 11:48 pm
Forum: Help Me
Topic: Loading Shape Transparency for Photoshop CC
Replies: 12
Views: 9642

Loading Shape Transparency for Photoshop CC

... is a new "feature" of CC. If you ctrl/cmd click on the layer icon of a shape layer in the layers panel only the last subPath is loaded as a selection. If you ctrl/cmd click on the path ...
by mycort
Wed Aug 07, 2013 6:54 pm
Forum: Help Me
Topic: Loading Shape Transparency for Photoshop CC
Replies: 12
Views: 9642

Loading Shape Transparency for Photoshop CC

... to be having one problem with your loading the selections of vector shapes script in CC, below is what seems to be happening:<br/> <br/> Script ... create several vector rectangle shapes, it starts to create individual layers for each shape. Then I merge all vector shapes into one layer.<br/> ...