[Bf-docboard-svn] bf-manual: [8300] trunk/blender_docs/manual/modeling/geometry_nodes/point/point_separate.rst: Fixed typos and errors for point separate geometry node

Hans Goudey noreply at blender.org
Mon Aug 9 21:20:20 CEST 2021


Revision: 8300
          https://developer.blender.org/rBM8300
Author:   HooglyBoogly
Date:     2021-08-09 21:20:20 +0200 (Mon, 09 Aug 2021)
Log Message:
-----------
Fixed typos and errors for point separate geometry node

Patch from Siddarth Calidas (@t3chstop), thanks!

Differential Revision: https://developer.blender.org/D12147

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/geometry_nodes/point/point_separate.rst

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/point/point_separate.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/point/point_separate.rst	2021-08-08 22:08:05 UTC (rev 8299)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/point/point_separate.rst	2021-08-09 19:20:20 UTC (rev 8300)
@@ -10,7 +10,7 @@
 
    The Point Separate node.
 
-The *Point Separate* node produces two geometry outputs. Based on the *Threshold* and the input *Attribute*,
+The *Point Separate* node produces two geometry outputs. Based on the mask input,
 the point cloud component of the input geometry is split between the two outputs.
 
 .. tip::
@@ -25,11 +25,11 @@
 
 Mask
    The name of the attribute used to calculate which geometry output each point will belong to.
-   Any value of "true" will move to the second output, and any value of "false" will move the point
+   Any value of "true" will move the point to the second output, and any value of "false" will move the point
    to the first output.
 
-   If the attribute has any data type besides Boolean, the value will be implicitly converted,
-   so a value of exactly zero is false, and any other value is true.
+   If the attribute datatype is not boolean, the value will be implicitly converted,
+   such that negative values return false and positive values return true.
 
 
 Properties



More information about the Bf-docboard-svn mailing list