[Bf-docboard-svn] bf-manual: [8064] branches/blender-2.93-release/blender_docs/manual: Spreadsheet: breadcrumbs and node pinning

Aaron Carlisle noreply at blender.org
Thu May 20 22:25:12 CEST 2021


Revision: 8064
          https://developer.blender.org/rBM8064
Author:   Blendify
Date:     2021-05-20 22:25:12 +0200 (Thu, 20 May 2021)
Log Message:
-----------
Spreadsheet: breadcrumbs and node pinning

rB3810bcc1604756f433b5b799b66d8b81645767ca
rBc6ff722a1fcc632eacebcfc94417df466742ce5f

Modified Paths:
--------------
    branches/blender-2.93-release/blender_docs/manual/editors/spreadsheet.rst
    branches/blender-2.93-release/blender_docs/manual/modeling/geometry_nodes/introduction.rst

Modified: branches/blender-2.93-release/blender_docs/manual/editors/spreadsheet.rst
===================================================================
--- branches/blender-2.93-release/blender_docs/manual/editors/spreadsheet.rst	2021-05-20 18:56:03 UTC (rev 8063)
+++ branches/blender-2.93-release/blender_docs/manual/editors/spreadsheet.rst	2021-05-20 20:25:12 UTC (rev 8064)
@@ -21,7 +21,7 @@
 Object Evaluation State
    Display the data of an object at different states of its evaluation.
 
-   :Final: Display data from object with all modifiers applied.
+   :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:
@@ -43,6 +43,19 @@
    :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`_.
+   In the order from left to right, the first item displayed is the :term:`Active` object.
+   The next two items are displayed when a geometry node's
+   :ref:`Preview Toggle <bpy.ops.node.active_preview_toggle>` is enabled.
+   The first of these next items is the name of the Geometry Nodes modifier,
+   the last item shown is the name of the active node.
+
+   Clicking the arrow between items hides the name of the active modifier.
+
 .. _bpy.ops.spreadsheet.toggle_pin:
 
 Toggle Pin

Modified: branches/blender-2.93-release/blender_docs/manual/modeling/geometry_nodes/introduction.rst
===================================================================
--- branches/blender-2.93-release/blender_docs/manual/modeling/geometry_nodes/introduction.rst	2021-05-20 18:56:03 UTC (rev 8063)
+++ branches/blender-2.93-release/blender_docs/manual/modeling/geometry_nodes/introduction.rst	2021-05-20 20:25:12 UTC (rev 8064)
@@ -34,3 +34,14 @@
    Nodes for modifying vector quantities.
 Volume
    Nodes for creating or working with volumes.
+
+
+.. _bpy.ops.node.active_preview_toggle:
+
+Node Data Previews
+==================
+
+The data values for :doc:`Attributes </modeling/geometry_nodes/attributes_reference>`
+are shown in the :doc:`Spreadsheet editor </editors/spreadsheet>`.
+You can also preview the attributes up to a certain node
+by toggling the node preview with the button to the right of the node label.



More information about the Bf-docboard-svn mailing list