[Bf-docboard-svn] bf-manual: [7750] Fix errors in point separate page

Hans Goudey noreply at blender.org
Tue Feb 9 21:19:19 CET 2021


Revision: 7750
          https://developer.blender.org/rBM7750
Author:   HooglyBoogly
Date:     2021-02-09 21:19:19 +0100 (Tue, 09 Feb 2021)
Log Message:
-----------
Fix errors in point separate page

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

Property Changed:
----------------
    trunk/blender_docs/

Index: trunk/blender_docs
===================================================================
--- trunk/blender_docs	2021-02-09 20:18:15 UTC (rev 7749)
+++ trunk/blender_docs	2021-02-09 20:19:19 UTC (rev 7750)

Property changes on: trunk/blender_docs
___________________________________________________________________
Modified: svn:mergeinfo
## -1 +1 ##
-/branches/blender-2.92-release/blender_docs:7610-7745
\ No newline at end of property
+/branches/blender-2.92-release/blender_docs:7610-7749
\ No newline at end of property
Modified: trunk/blender_docs/manual/modeling/geometry_nodes/point/point_separate.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/point/point_separate.rst	2021-02-09 20:18:15 UTC (rev 7749)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/point/point_separate.rst	2021-02-09 20:19:19 UTC (rev 7750)
@@ -13,13 +13,6 @@
 The *Point Separate* node produces two geometry outputs. Based on the *Threshold* and the input *Attribute*,
 the point cloud component of the input geometry is split between the two outputs.
 
-.. Don't show this yet because there are no other data types in the geometry socket at this point.
-.. .. note::
-
-..    Every other data type in the geometry besides the point cloud will be moved to both of the
-..    outputs unchanged. For example, if the geometry contains a mesh component, the same mesh will
-..    be moved to both outputs, unaffected by the split.
-
 .. tip::
 
    This node can be combined with
@@ -38,18 +31,11 @@
    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.
 
-
-Properties
-==========
-
-This node has no properties.
-
-
 Outputs
 =======
 
 Geometry 1
-   Points with a mask attribute value of "true" will be moved to the first input.
+   Points with a mask attribute value of "false" will be moved to the first output.
 
 Geometry 2
-   Points with a mask attribute value of "false" will be moved to the first input.
+   Points with a mask attribute value of "true" will be moved to the second output.



More information about the Bf-docboard-svn mailing list