Wish: possiblity to group the layers to work with "options" or "variants"
3 posts
Hi,
I often work with drawing having options.
In this case, I use several layers for the main drawing and the "same" layers with other name for the options.
If I want the main drawing and option 1, I've to select every single layer of the option 1 individually.
This is cumbersome and unreliable: when I select a layer, then the UI jumps back to the top of the pile and I've to scroll to the place where is the following layer (I choose the name so that the layer are correctly sorted).
So I would like:
- A way to group the layer. So I would be able so select/deselect a group (the option)
- [and/or] a way to change the order of the layers in the dock.
Re: Wish: possiblity to group the layers to work with "options" or "variants"
152 posts
I just happened to be writing an addition to the manual for managing layers - specifically filtering the list. An available option that may help you is the ability to filter the layer list. It doesn't group the layers or change the order, but narrows the list that is shown in the dock.
In the input box at the top of the Layer List dock, type a list name, or partial list name. Wildcards (* for multiple characters, ? for a single character) can also be used in the filter string. Typing "main" will list all layers starting with "main"; main_layer_01, main_layer_02, etc. Typing "*layer_02" will list layers main_layer_02, option1_layer_02, option2_layer_02, etc. Putting "option?_layer_0" in the filter will list to option1_layer_01, option1_layer_02, option2_layer_01,
option2_layer_02, ...
Re: Wish: possiblity to group the layers to work with "options" or "variants"
3 posts
Hi,
... and thanks for the tip! I was not really aware of that.
Even if this doesn't have the full functionality of a group function, this allows to work in a relatively quick way. The only constraint is to choose carefully the layer names.