[Bf-docboard-svn] bf-manual: [8725] branches/blender-3.0-release/blender_docs/manual/grease_pencil/modifiers/generate/line_art.rst: Line Art feature update: Trimming edges right at the image border

Aaron Carlisle noreply at blender.org
Wed Dec 1 00:47:26 CET 2021


Revision: 8725
          https://developer.blender.org/rBM8725
Author:   Blendify
Date:     2021-12-01 00:47:26 +0100 (Wed, 01 Dec 2021)
Log Message:
-----------
Line Art feature update: Trimming edges right at the image border

rBec831ce5df86cbdbed8030d8a056f8a9b4eb0273

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-11-30 23:35:00 UTC (rev 8724)
+++ branches/blender-3.0-release/blender_docs/manual/grease_pencil/modifiers/generate/line_art.rst	2021-11-30 23:47:26 UTC (rev 8725)
@@ -213,11 +213,16 @@
 .. _bpy.types.LineartGpencilModifier.overscan:
 
 Overscan
-   To optimize rendering, Blender only renders the lines for portions of the object that are in the camera's view.
+   To optimize rendering, Blender only renders the strokes for edges of the object that are in the camera's view.
    This optimization however, can result in strokes ending abruptly at the edge of the image.
 
    This value prevents this error by adding a margin outside the camera's view to continue computing strokes.
 
+.. _bpy.types.LineartGpencilModifier.use_image_boundary_trimming:
+
+Image Boundary Trimming
+   Trim all stroke right at the boundary of image (including overscan region).
+
 .. _bpy.types.LineartGpencilModifier.stroke_depth_offset:
 
 Depth Offset



More information about the Bf-docboard-svn mailing list