[Bf-docboard-svn] bf-manual: [7641] branches/blender-2.92-release/blender_docs/manual/editors: Outliner: Properties editor sync on selection

Aaron Carlisle noreply at blender.org
Fri Jan 22 20:50:42 CET 2021


Revision: 7641
          https://developer.blender.org/rBM7641
Author:   Blendify
Date:     2021-01-22 20:50:42 +0100 (Fri, 22 Jan 2021)
Log Message:
-----------
Outliner: Properties editor sync on selection

rBffacce5be41df68658f8478fee73e74701d2b545
rB0e47e57eb77d0c84ce3b9aa6b9c502a50f0ea6f2
rB037ce662e58a7343d3a1e305b33f91e39154d42d

Modified Paths:
--------------
    branches/blender-2.92-release/blender_docs/manual/editors/outliner/selecting.rst
    branches/blender-2.92-release/blender_docs/manual/editors/properties_editor.rst

Modified: branches/blender-2.92-release/blender_docs/manual/editors/outliner/selecting.rst
===================================================================
--- branches/blender-2.92-release/blender_docs/manual/editors/outliner/selecting.rst	2021-01-22 18:54:29 UTC (rev 7640)
+++ branches/blender-2.92-release/blender_docs/manual/editors/outliner/selecting.rst	2021-01-22 19:50:42 UTC (rev 7641)
@@ -62,3 +62,12 @@
      - Close this and all child data-blocks.
    * - :kbd:`Shift-Right`
      - Open this and all child data-blocks.
+
+
+Properties Editor Sync
+======================
+
+When clicking the data-block icons or any other data icon (modifiers, constraints, object data, ect),
+:doc:`/editors/properties_editor` will change to the corresponding tab to modify the properties of that data-block.
+This feature can be enabled or disabled in Properties editor using the
+:ref:`Sync with Outliner <bpy.types.SpaceProperties.outliner_sync>` option.

Modified: branches/blender-2.92-release/blender_docs/manual/editors/properties_editor.rst
===================================================================
--- branches/blender-2.92-release/blender_docs/manual/editors/properties_editor.rst	2021-01-22 18:54:29 UTC (rev 7640)
+++ branches/blender-2.92-release/blender_docs/manual/editors/properties_editor.rst	2021-01-22 19:50:42 UTC (rev 7641)
@@ -130,3 +130,17 @@
    By toggling on the pin icon to the right, Blender will display only the currently shown data-block's properties
    in that editor, disregarding further selection changes.
    Toggle off that pin to switch back to default behavior, showing active data-block's properties.
+
+
+Options
+-------
+
+.. _bpy.types.SpaceProperties.outliner_sync:
+
+Sync With Outliner
+   Sync tabs with the outliner data-block selection.
+   See :ref:`editors-outliner-properties-sync` for more information.
+
+   :On: Always sync from outliner editors to this editor.
+   :Off: Never sync from outliner editors to this editor.
+   :Auto: Sync when this editor shares an edge with an Outliner editor.



More information about the Bf-docboard-svn mailing list