[Bf-docboard-svn] bf-manual: [7891] trunk/blender_docs/manual/editors/spreadsheet.rst: Spreadsheet Editor: Cleanup

Aaron Carlisle noreply at blender.org
Tue Mar 23 21:58:27 CET 2021


Revision: 7891
          https://developer.blender.org/rBM7891
Author:   Blendify
Date:     2021-03-23 21:58:26 +0100 (Tue, 23 Mar 2021)
Log Message:
-----------
Spreadsheet Editor: Cleanup

- Text before figure
- Add rna references
- Enums to field lists

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-03-23 20:41:59 UTC (rev 7890)
+++ trunk/blender_docs/manual/editors/spreadsheet.rst	2021-03-23 20:58:26 UTC (rev 7891)
@@ -1,54 +1,56 @@
+.. _bpy.ops.spreadsheet:
+.. _bpy.types.SpaceSpreadsheet:
 
 ***********
 Spreadsheet
 ***********
 
+The Spreadsheet editor is used to debug geometry attributes.
+
 .. figure:: /images/editors_spreadsheet_interface.png
    :align: center
 
    The Spreadsheet editor.
 
-The Spreadsheet editor is used to debug geometry attributes.
 
-
 Header
 ======
 
+.. _bpy.types.SpaceSpreadsheet.object_eval_state:
+
 Object Evaluation State
    Display the data of an object at different states of its evaluation.
 
-   Final
-      Display data from object with all modifiers applied.
+   :Final: Display data from object with all modifiers applied.
+   :Original: Display data from original object without any 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, polygon and edge data.
-   Point Cloud
-      Point cloud component containing only point data.
-   Instances
-      Display which objects and collections are instanced and their transforms.
+   :Mesh: Mesh component containing point, corner, polygon 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.
 
-   Point
-      Display attributes that are stored per point.
-   Corner
-      Display attributes that are stored per polygon corner.
-   Polygon
-      Display attributes that are stored per polygon.
-   Edge
-      Display attributes that are stored per edge.
+   :Point: Display attributes that are stored per point.
+   :Corner: Display attributes that are stored per polygon corner.
+   :Polygon: Display attributes that are stored per polygon.
+   :Edge: Display attributes that are stored per edge.
 
+.. _bpy.ops.spreadsheet.toggle_pin:
+
 Toggle Pin
    Usually, the editor displays data from the active object.
    When an object is pinned, its data remains visible, even if another object becomes active.
 
+.. _bpy.types.SpaceSpreadsheet.show_only_selected:
+
 Selected Only
    This option is only available if the object is in Edit Mode.
    When checked, only data for the selected mesh elements is shown.



More information about the Bf-docboard-svn mailing list