Grease Pencil: Layer Groups, Attributes, and some updates #104955

Merged
Falk David merged 12 commits from filedescriptor/blender-manual:gpv3-manual-updates into blender-v4.3-release 2024-10-08 17:28:05 +02:00
3 changed files with 0 additions and 106 deletions
Showing only changes of commit d7be5b8990 - Show all commits

View File

@ -1,97 +0,0 @@
.. _bpy.types.GPencilSculptGuide:
******
Guides
******
.. reference::
:Mode: Draw Mode
:Header: :menuselection:`Guides`
Guides are drawing aids that make it easier to create different types of strokes.
The Guides can be activated with the button next to the selector (grid icon).
.. _bpy.types.GPencilSculptGuide.type:
Guide Types
===========
.. figure:: /images/grease-pencil_modes_draw_guides_selector.png
:align: right
Guide selector activated in the 3D Viewport header.
:Circular:
Constrains the drawing of new strokes to form rings from the selected reference point.
:Radial:
Constrains the drawing of new strokes to form rays from the selected reference point.
:Parallel:
Constrains the drawing of new strokes to form parallel lines.
Angle
Angle direction of the parallel lines.
:Grid:
Constrains the drawing of new strokes to form parallel horizontal or vertical lines.
:Isometric:
Constrains the drawing of new strokes to vertical or isometric lines.
Angle
Angle direction of the isometric lines.
Common Options
--------------
.. _bpy.types.GPencilSculptGuide.use_snapping:
Use Snapping
When enabled, snap the drawn strokes to an angle or spacing.
Spacing
Guide spacing.
.. _bpy.types.GPencilSculptGuide.reference_point:
Reference Point
Determines the origin point to use for the creation of the lines.
Applies only for *Circular* and *Radial* guides.
:Cursor: Use the cursor as a reference point.
:Custom: Use a custom location as a reference point.
Custom Location
X, Y Z
:Object: Use an object as a reference point.
Object
A :ref:`Data ID menu <ui-data-id>` to select the object (usually an empty),
which location will be used as a reference point.
Examples
========
.. list-table:: Examples of strokes using different types of Guides.
* - .. figure:: /images/grease-pencil_modes_draw_guides_circular.png
:width: 200px
Circular Guides.
- .. figure:: /images/grease-pencil_modes_draw_guides_radial.png
:width: 200px
Radial Guides.
- .. figure:: /images/grease-pencil_modes_draw_guides_parallel.png
:width: 200px
Parallel Guides (30° Angle).
- .. figure:: /images/grease-pencil_modes_draw_guides_grid.png
:width: 200px
Grid Guides.

View File

@ -13,4 +13,3 @@
tool_settings/index.rst tool_settings/index.rst
stroke_placement.rst stroke_placement.rst
drawing_planes.rst drawing_planes.rst
guides.rst

View File

@ -59,14 +59,6 @@ The Drawing Planes selector defines the plane (orientation) to which the new str
See :doc:`Drawing Planes </grease_pencil/modes/draw/drawing_planes>` for more information. See :doc:`Drawing Planes </grease_pencil/modes/draw/drawing_planes>` for more information.
Guides
------
Different Guides types can be activated to assist you when drawing new strokes.
See :doc:`Guides </grease_pencil/modes/draw/guides>` for more information.
.. _bpy.types.ToolSettings.use_gpencil_draw_additive: .. _bpy.types.ToolSettings.use_gpencil_draw_additive:
Drawing Options Drawing Options