[Bf-docboard-svn] bf-manual: [7570] trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_distribute.rst: Use object directive for geo attributes

Aaron Carlisle noreply at blender.org
Tue Jan 12 05:35:33 CET 2021


Revision: 7570
          https://developer.blender.org/rBM7570
Author:   Blendify
Date:     2021-01-12 05:35:33 +0100 (Tue, 12 Jan 2021)
Log Message:
-----------
Use object directive for geo attributes

Also correct indent

Modified Paths:
--------------
    trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_distribute.rst

Modified: trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_distribute.rst
===================================================================
--- trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_distribute.rst	2021-01-12 04:26:47 UTC (rev 7569)
+++ trunk/blender_docs/manual/modeling/modifiers/nodes/point/point_distribute.rst	2021-01-12 04:35:33 UTC (rev 7570)
@@ -61,16 +61,17 @@
 
 Geometry
    Generated points. Several attributes are created on the output points based on the input mesh:
-      .. describe:: id (int)
 
-         An identifier for each point used for stability when the mesh is deformed, used in the
-         :doc:`/modeling/modifiers/nodes/attribute/attribute_randomize` and 
-         :doc:`/modeling/modifiers/nodes/point/point_instance` nodes.
+   .. object:: id (int)
 
-      .. describe:: normal (vector)
+      An identifier for each point used for stability when the mesh is deformed, used in the
+      :doc:`/modeling/modifiers/nodes/attribute/attribute_randomize` and
+      :doc:`/modeling/modifiers/nodes/point/point_instance` nodes.
 
-         The :term:`Normal` of the triangle on which each point is scattered.
+   .. object:: normal (vector)
 
-      .. describe:: rotation (vector)
-      
-         An XYZ :term:`Euler` rotation built from the normal attribute for convenience.
\ No newline at end of file
+      The :term:`Normal` of the triangle on which each point is scattered.
+
+   .. object:: rotation (vector)
+
+      An XYZ :term:`Euler` rotation built from the normal attribute for convenience.



More information about the Bf-docboard-svn mailing list