[Bf-docboard-svn] bf-manual: [8206] trunk/blender_docs/manual/editors/spreadsheet.rst: Spreadsheet Editor: Dataset region

Hans Goudey noreply at blender.org
Sun Jul 18 21:59:53 CEST 2021


Revision: 8206
          https://developer.blender.org/rBM8206
Author:   HooglyBoogly
Date:     2021-07-18 21:59:53 +0200 (Sun, 18 Jul 2021)
Log Message:
-----------
Spreadsheet Editor: Dataset region

rBae085e301c2aac0d6956609bfe93a90a19f0e235

Modified Paths:
--------------
    trunk/blender_docs/manual/editors/spreadsheet.rst

Modified: trunk/blender_docs/manual/editors/spreadsheet.rst
===================================================================
--- trunk/blender_docs/manual/editors/spreadsheet.rst	2021-07-17 15:02:24 UTC (rev 8205)
+++ trunk/blender_docs/manual/editors/spreadsheet.rst	2021-07-18 19:59:53 UTC (rev 8206)
@@ -24,27 +24,6 @@
    :Evaluated: Display data from object with all modifiers applied.
    :Original: Display data from original object without any modifiers applied.
 
-.. _bpy.types.SpaceSpreadsheet.geometry_component_type:
-
-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.
-   :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.
-
-.. _bpy.types.SpaceSpreadsheet.display_context_path_collapsed:
-
 Breadcrumbs
    The breadcrumbs shows three key parts of the path the evaluated object
    takes before showing the information in the `Main Region`_.
@@ -76,6 +55,35 @@
 Row indices and column names remain visible when scrolling down or to the side.
 
 
+Dataset Region
+==============
+
+The dataset region on the left allows choosing wich geometry component and geometry domain to view.
+Each attribute domain also displays its size, for example the number of faces.
+
+.. _bpy.types.SpaceSpreadsheet.geometry_component_type:
+
+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: 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.
+
+.. _bpy.types.SpaceSpreadsheet.display_context_path_collapsed:
+
+
 Status Bar
 ==========
 



More information about the Bf-docboard-svn mailing list