[Bf-docboard-svn] bf-manual: [7256] trunk/blender_docs/manual/modeling: Add a Self option to the Exact boolean modifier

Aaron Carlisle noreply at blender.org
Wed Oct 21 18:52:46 CEST 2020


Revision: 7256
          https://developer.blender.org/rBM7256
Author:   Blendify
Date:     2020-10-21 18:52:46 +0200 (Wed, 21 Oct 2020)
Log Message:
-----------
Add a Self option to the Exact boolean modifier

rBde21ab418d69ca82a07ec7c836b1deca09bbd57f

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/meshes/editing/face/intersect_boolean.rst
    trunk/blender_docs/manual/modeling/modifiers/generate/booleans.rst

Modified: trunk/blender_docs/manual/modeling/meshes/editing/face/intersect_boolean.rst
===================================================================
--- trunk/blender_docs/manual/modeling/meshes/editing/face/intersect_boolean.rst	2020-10-21 16:40:16 UTC (rev 7255)
+++ trunk/blender_docs/manual/modeling/meshes/editing/face/intersect_boolean.rst	2020-10-21 16:52:46 UTC (rev 7256)
@@ -46,3 +46,7 @@
 
 Swap
    Changes the order of the operations when using *Difference* to determine which side is kept.
+
+Self
+   Correctly calculates cases when one or both operands have self-intersections,
+   this involves more calculations making it slower.

Modified: trunk/blender_docs/manual/modeling/modifiers/generate/booleans.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/generate/booleans.rst	2020-10-21 16:40:16 UTC (rev 7255)
+++ trunk/blender_docs/manual/modeling/modifiers/generate/booleans.rst	2020-10-21 16:52:46 UTC (rev 7256)
@@ -65,3 +65,7 @@
       Uses a mathematically complex solver which offers the best results
       and has full support for overlapping geometry;
       however, this solver is much slower than the *Fast Solver*.
+
+      Self
+         Correctly calculates cases when one or both operands have self-intersections,
+         this involves more calculations making it slower.



More information about the Bf-docboard-svn mailing list