[Bf-docboard-svn] bf-manual: [8972] branches/blender-3.1-release/blender_docs/manual/editors/spreadsheet.rst: Spreadsheet Refactor Data Set Region

Aaron Carlisle noreply at blender.org
Wed Feb 16 19:59:23 CET 2022


Revision: 8972
          https://developer.blender.org/rBM8972
Author:   Blendify
Date:     2022-02-16 19:59:23 +0100 (Wed, 16 Feb 2022)
Log Message:
-----------
Spreadsheet Refactor Data Set Region

Make the text read more like the UI.

These RNA properties are not directly used here but keep the references because they are closely connected.

Modified Paths:
--------------
    branches/blender-3.1-release/blender_docs/manual/editors/spreadsheet.rst

Modified: branches/blender-3.1-release/blender_docs/manual/editors/spreadsheet.rst
===================================================================
--- branches/blender-3.1-release/blender_docs/manual/editors/spreadsheet.rst	2022-02-16 18:57:30 UTC (rev 8971)
+++ branches/blender-3.1-release/blender_docs/manual/editors/spreadsheet.rst	2022-02-16 18:59:23 UTC (rev 8972)
@@ -57,6 +57,9 @@
 Row indices and column names remain visible when scrolling down or to the side.
 
 
+.. _bpy.types.SpaceSpreadsheet.geometry_component_type:
+.. _bpy.types.SpaceSpreadsheet.attribute_domain:
+
 Data Set Region
 ===============
 
@@ -63,27 +66,29 @@
 With the Data Set region on the left you can choose which geometry component and geometry domain to view.
 For each attribute domain its size is displayed, for example the number of faces.
 
-.. _bpy.types.SpaceSpreadsheet.geometry_component_type:
+Mesh
+   Mesh component containing point, corner, face and edge data.
 
-Geometry Component Type
-   Part of the geometry to display data from.
-
-   :Mesh: Mesh component containing point, corner, face and edge data.
-   :Point Cloud: Point cloud component containing only point data.
-   :Curve: Display curve data which are the attributes on splines and control points.
-   :Instances: Display which objects and collections are instanced and their transforms.
-
-.. _bpy.types.SpaceSpreadsheet.attribute_domain:
-
-Attribute Domain
-   Attribute domain to display.
-
    :Vertex: Display attributes that are stored per vertex.
    :Edge: Display attributes that are stored per edge.
    :Face: Display attributes that are stored per face.
    :Face Corner: Display attributes that are stored per face corner.
 
+Curve
+   Display curve data which are the attributes on splines and control points.
 
+   :Control Point: Display attributes that are stored per control point.
+   :Spline: Display attributes that are stored per spline.
+      
+Point Cloud
+   Point cloud component containing only point data.
+
+   :Point: Display attributes that are stored per point.
+
+Instances
+   Display which objects and collections are instanced and their transforms.
+
+
 Sidebar
 =======
 



More information about the Bf-docboard-svn mailing list