1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
.. _bpy.types.ToolSettings.gpencil_stroke_placement_view3d:
****************
Stroke Placement
****************
.. reference::
:Mode: Draw Mode
:Header: :menuselection:`Stroke Placement`
.. figure:: /images/grease-pencil_modes_draw_stroke-placement_selector.png
:align: right
Stroke Placement pop-over.
The Stroke Placement selector helps to select the location in which strokes are drawn.
.. note::
The Stroke Placement selection only affects new strokes and does not affect the existing ones.
:Origin: Strokes are placed at Grease Pencil object origin.
:3D Cursor: Strokes are placed at 3D cursor.
:Surface: Strokes will stick on mesh surfaces.
.. _bpy.types.ToolSettings.gpencil_surface_offset:
Offset
Distance from the mesh surface to place the new strokes.
.. _bpy.types.ToolSettings.use_gpencil_project_only_selected:
Project Onto Selected
Only project the strokes onto selected objects.
:Stroke:
Strokes will stick on other strokes.
.. _bpy.types.ToolSettings.gpencil_stroke_snap_mode:
Target
:All Points:
All the points of the new stroke sticks to other strokes.
:End Points:
Only the start and end points of the new stroke sticks to other strokes.
:First Point:
Only the start point of the new stroke sticks to other strokes.
.. list-table:: Stroke using different Stroke Placements.
* - .. figure:: /images/grease-pencil_modes_draw_stroke-placement_origin.png
:width: 200px
Origin.
- .. figure:: /images/grease-pencil_modes_draw_stroke-placement_3D-cursor.png
:width: 200px
3D Cursor.
- .. figure:: /images/grease-pencil_modes_draw_stroke-placement_surface.png
:width: 200px
Surface.
- .. figure:: /images/grease-pencil_modes_draw_stroke-placement_stroke.png
:width: 200px
Stroke.
|