Grease Pencil: Layer Groups, Attributes, and some updates #104955
@ -15,10 +15,10 @@ Layers
|
|||||||
|
|
||||||
Grease Pencil Layers panel.
|
Grease Pencil Layers panel.
|
||||||
|
|
||||||
Grease Pencil objects can be organized into a tree known as layers for grouping and arranging strokes.
|
Grease Pencil objects can be organized into a tree known as the layer tree for grouping and arranging strokes.
|
||||||
|
|
||||||
Any stroke can only belong to a single 2D layer.
|
Any stroke can only belong to a single 2D layer.
|
||||||
There is always only one active layer in the list (the selected one).
|
The selected layer is the active layer. Only one layer or group can be active at a time.
|
||||||
When you draw, the new strokes are added to the active layer.
|
When you draw, the new strokes are added to the active layer.
|
||||||
By default the view order of the layers in the viewport is top to bottom.
|
By default the view order of the layers in the viewport is top to bottom.
|
||||||
|
|
||||||
@ -48,8 +48,8 @@ the layer becomes prepared to be masked by other layer(s).
|
|||||||
Activate *Fade Inactive Layers* in overlays to control the opacity of the non-active layers.
|
Activate *Fade Inactive Layers* in overlays to control the opacity of the non-active layers.
|
||||||
See :doc:`Overlays </editors/3dview/display/overlays>` for more information.
|
See :doc:`Overlays </editors/3dview/display/overlays>` for more information.
|
||||||
|
|
||||||
Layers List
|
Layer Tree
|
||||||
:ref:`List view <ui-list-view>` of all layers for the Grease Pencil object.
|
:ref:`Tree view <ui-tree-view>` of all layers and groups for the Grease Pencil object.
|
||||||
|
|
||||||
Next to the layer name there are four icons buttons that control common properties of the layer:
|
Next to the layer name there are four icons buttons that control common properties of the layer:
|
||||||
|
|
||||||
@ -123,13 +123,13 @@ Layer Specials
|
|||||||
Copy All Layers to Selected
|
Copy All Layers to Selected
|
||||||
Copy all layers to the selected Grease Pencil object.
|
Copy all layers to the selected Grease Pencil object.
|
||||||
|
|
||||||
.. .. _bpy.ops.gpencil.layer_isolate:
|
.. _bpy.ops.grease_pencil.layer_isolate:
|
||||||
|
|
||||||
.. Visibility (screen icon)
|
Visibility (screen icon)
|
||||||
.. Toggle whether the active layer is the only one that can be edited and is visible.
|
Toggle whether the active layer is the only one that can be edited and is visible.
|
||||||
|
|
||||||
.. Isolate Lock (padlock icon)
|
Isolate Lock (padlock icon)
|
||||||
.. Toggle whether the active layer is the only one that can be edited.
|
Toggle whether the active layer is the only one that can be edited.
|
||||||
|
|
||||||
Below the layers list there are additional settings:
|
Below the layers list there are additional settings:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user