Is there a way to modify line thickness in all vectorial layers, organised in groups with bitmaps and masks? I need to do this in some PDF's where all vectorial layers have thickness 0, and aren't visible in prints.
But first of all, to select all and only vectorial layers (of hundred or more layers and groups), I must first open all groups. Then I must manually select only vectorial layers, otherwise I'm unable to edit thickness. Now I need to do this for 6 PDF pages, but I think it can be useful in other case to.
Can this be done with a action? Or is there another way?
Modify multiple vectorial layers.
-
- Mitglied
- Posts: 136
- Joined: Thu 11 Sep 2008 21:03
- Location: Tolmezzo (UD) Italia
-
- Mitglied
- Posts: 136
- Joined: Thu 11 Sep 2008 21:03
- Location: Tolmezzo (UD) Italia
Re: Modify multiple vectorial layers.
OK, I found that applying the line stile to a group with an action works just fine. 

-
- Entwickler
- Posts: 4251
- Joined: Tue 19 Nov 2002 15:49
Re: Modify multiple vectorial layers.
The siimpliest way is probably using the search feature of the Layer List. It can be accessed via the window menu (the 3 small dots of the Layer List's title bar).
If you enter
the Layer List will only show vector layers with a line width of 0.
Now you can select all layers in the Layer List by selecting the first layer and shift+clicking the last one. Afterwards you can edit all line widths in one step.
The other way is using a script. There is a sample script named "DoubleLineWidth" included with PhotoLine that can be used as a start.
Martin
If you enter
Code: Select all
&vec + &linewidth=0
Now you can select all layers in the Layer List by selecting the first layer and shift+clicking the last one. Afterwards you can edit all line widths in one step.
The other way is using a script. There is a sample script named "DoubleLineWidth" included with PhotoLine that can be used as a start.
Martin
-
- Mitglied
- Posts: 136
- Joined: Thu 11 Sep 2008 21:03
- Location: Tolmezzo (UD) Italia
Re: Modify multiple vectorial layers.
Amazing! The power of PhotoLine and how you're able to hide it
I didn't find this function in PL 19.5... maybe finally a function that gives a sense for me to upgrade (until now everything I needed was present in PL19.5). Even I know that every update brings new future, my use of PhotoLine is mostly very basic.
Is there a list of commands that can be used for the search feature?


I didn't find this function in PL 19.5... maybe finally a function that gives a sense for me to upgrade (until now everything I needed was present in PL19.5). Even I know that every update brings new future, my use of PhotoLine is mostly very basic.
Is there a list of commands that can be used for the search feature?
-
- Entwickler
- Posts: 4251
- Joined: Tue 19 Nov 2002 15:49
Re: Modify multiple vectorial layers.
It's there since version 20.
The list of commands is currently a bit limited: You can search for the layer type, the blend mode, the layer intensity, the line wdth, for simple line and fill colors (as HTML codes) and whether a layer has an ICC profile.
Martin