[Bf-docboard-svn] bf-manual: [8739] branches/blender-3.0-release/blender_docs/manual: LineArt: Filtering intersection lines using mask numbers

Aaron Carlisle noreply at blender.org
Thu Dec 2 23:31:40 CET 2021


Revision: 8739
          https://developer.blender.org/rBM8739
Author:   Blendify
Date:     2021-12-02 23:31:40 +0100 (Thu, 02 Dec 2021)
Log Message:
-----------
LineArt: Filtering intersection lines using mask numbers

rBd1e0059eac99654624edee2a2390a3e2fdc4c7cb

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

Added Paths:
-----------
    branches/blender-3.0-release/blender_docs/manual/images/grease-pencil_modifiers_generate_line-art_collection-mask.png

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 22:14:03 UTC (rev 8738)
+++ branches/blender-3.0-release/blender_docs/manual/grease_pencil/modifiers/generate/line_art.rst	2021-12-02 22:31:40 UTC (rev 8739)
@@ -169,6 +169,26 @@
    Demonstration of the usage of material masks.
 
 
+Intersection
+------------
+
+Allows you to select edges that intersect between two collections.
+
+.. _bpy.types.LineartGpencilModifier.use_intersection_mask:
+
+Collection Mask
+   Mask bits to match from :ref:`Collection Line Art <bpy.types.Collection.lineart_intersection_mask>` properties.
+
+.. _bpy.types.LineartGpencilModifier.use_intersection_match:
+
+Exact Match
+   Require matching all intersection masks instead of just one.
+
+.. figure:: /images/grease-pencil_modifiers_generate_line-art_collection-mask.png
+
+   Demonstration of the usage of collection masks.
+
+
 .. _bpy.types.LineartGpencilModifier.use_face_mark:
 
 Face Mark Filtering

Added: branches/blender-3.0-release/blender_docs/manual/images/grease-pencil_modifiers_generate_line-art_collection-mask.png
===================================================================
(Binary files differ)

Index: branches/blender-3.0-release/blender_docs/manual/images/grease-pencil_modifiers_generate_line-art_collection-mask.png
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/images/grease-pencil_modifiers_generate_line-art_collection-mask.png	2021-12-02 22:14:03 UTC (rev 8738)
+++ branches/blender-3.0-release/blender_docs/manual/images/grease-pencil_modifiers_generate_line-art_collection-mask.png	2021-12-02 22:31:40 UTC (rev 8739)

Property changes on: branches/blender-3.0-release/blender_docs/manual/images/grease-pencil_modifiers_generate_line-art_collection-mask.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: branches/blender-3.0-release/blender_docs/manual/scene_layout/collections/collections.rst
===================================================================
--- branches/blender-3.0-release/blender_docs/manual/scene_layout/collections/collections.rst	2021-12-02 22:14:03 UTC (rev 8738)
+++ branches/blender-3.0-release/blender_docs/manual/scene_layout/collections/collections.rst	2021-12-02 22:31:40 UTC (rev 8739)
@@ -63,7 +63,19 @@
    :Intersection Only: Only generate intersection lines for this collection.
    :No Intersection: Include this collection but do not generate intersection lines.
 
+.. _bpy.types.Collection.lineart_use_intersection_mask:
 
+Collection Mask
+   Use custom intersection mask for faces in this collection.
+   Intersection masks can be used by the Line Art modifier to filter lines.
+   See :ref:`Collection Masks <bpy.types.LineartGpencilModifier.use_intersection_mask>` for more information.
+
+.. _bpy.types.Collection.lineart_intersection_mask:
+
+Mask
+   Intersections generated by this collection will have this mask value.   
+
+
 Collections Menu
 ================
 



More information about the Bf-docboard-svn mailing list