[Bf-docboard-svn] bf-manual: [7918] trunk/blender_docs/manual/modeling/geometry_nodes/mesh_primitives/grid.rst: Geometry Nodes: Rename Plane to Grid, add X and Y size

Hans Goudey noreply at blender.org
Fri Apr 2 21:38:21 CEST 2021


Revision: 7918
          https://developer.blender.org/rBM7918
Author:   HooglyBoogly
Date:     2021-04-02 21:38:21 +0200 (Fri, 02 Apr 2021)
Log Message:
-----------
Geometry Nodes: Rename Plane to Grid, add X and Y size

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/geometry_nodes/mesh_primitives/grid.rst

Modified: trunk/blender_docs/manual/modeling/geometry_nodes/mesh_primitives/grid.rst
===================================================================
--- trunk/blender_docs/manual/modeling/geometry_nodes/mesh_primitives/grid.rst	2021-04-02 18:19:33 UTC (rev 7917)
+++ trunk/blender_docs/manual/modeling/geometry_nodes/mesh_primitives/grid.rst	2021-04-02 19:38:21 UTC (rev 7918)
@@ -1,24 +1,27 @@
-.. index:: Geometry Nodes; Plane
-.. _bpy.types.GeometryNodeMeshPlane:
+.. index:: Geometry Nodes; Grid
+.. _bpy.types.GeometryNodeMeshGrid:
 
-*****
-Plane
-*****
+****
+Grid
+****
 
 .. figure:: /images/modeling_geometry-nodes_mesh-primitives_plane_node.png
    :align: right
 
-   Plane Node.
+   Grid Node.
 
-The *Plane* node generates a planar mesh on the XY plane.
+The *Grid* node generates a planar mesh on the XY plane.
 
 
 Inputs
 ======
 
-Size
-   Side length of the plane.
+Size X
+   Side length of the plane in the X direction.
 
+Size Y
+   Side length of the plane in the Y direction.
+
 Vertices X
    Number of vertices in the X direction.
    If this is smaller than two, no mesh is generated.
@@ -27,15 +30,8 @@
    Number of vertices in the Y direction.
    If this is smaller than two, no mesh is generated.
 
-
-Properties
-==========
-
-This node has no properties.
-
-
 Outputs
 =======
 
 Geometry
-   Standard geometry output.
+   Standard geometry output containing the generated mesh.



More information about the Bf-docboard-svn mailing list