[Bf-docboard-svn] bf-manual: [8457] trunk/blender_docs/manual/modeling/geometry_nodes/mesh/boolean.rst: Boolean node: Add missing documentation

Aaron Carlisle noreply at blender.org
Wed Oct 6 05:56:23 CEST 2021


Revision: 8457
          https://developer.blender.org/rBM8457
Author:   Blendify
Date:     2021-10-06 05:56:23 +0200 (Wed, 06 Oct 2021)
Log Message:
-----------
Boolean node: Add missing documentation

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/geometry_nodes/mesh/boolean.rst

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/mesh/boolean.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/mesh/boolean.rst	2021-10-06 03:10:04 UTC (rev 8456)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/mesh/boolean.rst	2021-10-06 03:56:23 UTC (rev 8457)
@@ -16,14 +16,24 @@
 Inputs
 ======
 
-Geometry 1, 2
+Geometry 1/2
    Standard geometry input.
 
+Self Intersection
+   Correctly calculates cases when one or both operands have self-intersections,
+   this involves more calculations making it slower.
 
+Hole Tolerant
+   Optimizes the Boolean output for :term:`Non-manifold` geometry
+   at the cost of increased computational time.
+   Because of the performance impact, this option should only be enabled
+   when the *Exact* solver demonstrates errors with non-manifold geometry.
+
+
 Properties
 ==========
 
-Mode
+Operation
    :Intersect:
       Produce a new geometry containing only the volume inside of both geometry 1 and geometry 2.
    :Union:



More information about the Bf-docboard-svn mailing list