[Bf-docboard-svn] bf-manual: [8734] branches/blender-3.0-release/blender_docs/manual/grease_pencil/modifiers/generate/line_art.rst: LineArt: More type & related chaining improvements

Aaron Carlisle noreply at blender.org
Thu Dec 2 20:27:02 CET 2021


Revision: 8734
          https://developer.blender.org/rBM8734
Author:   Blendify
Date:     2021-12-02 20:27:01 +0100 (Thu, 02 Dec 2021)
Log Message:
-----------
LineArt: More type & related chaining improvements

rB841df831e89dfc4011c323203c2efb8265dc1878

Modified Paths:
--------------
    branches/blender-3.0-release/blender_docs/manual/grease_pencil/modifiers/generate/line_art.rst

Modified: branches/blender-3.0-release/blender_docs/manual/grease_pencil/modifiers/generate/line_art.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/grease_pencil/modifiers/generate/line_art.rst	2021-12-02 19:06:29 UTC (rev 8733)
+++ branches/blender-3.0-release/blender_docs/manual/grease_pencil/modifiers/generate/line_art.rst	2021-12-02 19:27:01 UTC (rev 8734)
@@ -91,6 +91,11 @@
 Contour
    Where the edge becomes the separation line of front/backfacing faces.
 
+.. _bpy.types.LineartGpencilModifier.use_loose:
+
+Loose
+   Generate strokes for edges that do not form a :term:`Face`.
+
 Material Borders
    Where the edge separates faces with different materials.
 
@@ -106,7 +111,13 @@
    Crease Threshold
       Edge angles that are smaller than this value will be treated as crease.
 
+.. _bpy.types.LineartGpencilModifier.use_overlap_edge_type_support:
 
+Allow Overlap
+   Allow an edge to have multiple overlapping types.
+   This will create a separate stroke for each overlapping type.
+
+
 Style
 -----
 
@@ -178,6 +189,15 @@
    All Lines
       Enabling this option will cause all lines to have the type of contour and to be chained together.
 
+   Loose Edges
+      Allow floating Edges that do not form a face to be chained together.
+   
+   Loose as Contour
+      Edges that do not form a face will be classified as contour lines.
+
+   Geometry Space
+      Use geometry distance for chaining instead of image space.
+
 Image Threshold
    Allow the end point of short segments to be chained together if the 2D image space distance
    between them are within the specified threshold.



More information about the Bf-docboard-svn mailing list