[Bf-docboard-svn] bf-manual: [8084] branches/blender-2.93-release/blender_docs/manual/editors/outliner/interface.rst: LibOverride: Add a dedicated view in the Outliner

Aaron Carlisle noreply at blender.org
Tue May 25 03:37:00 CEST 2021


Revision: 8084
          https://developer.blender.org/rBM8084
Author:   Blendify
Date:     2021-05-25 03:36:59 +0200 (Tue, 25 May 2021)
Log Message:
-----------
LibOverride: Add a dedicated view in the Outliner

rBe1ae5bd45fd0a8c0073039fa3b46835fe20f530e

Modified Paths:
--------------
    branches/blender-2.93-release/blender_docs/manual/editors/outliner/interface.rst

Modified: branches/blender-2.93-release/blender_docs/manual/editors/outliner/interface.rst
===================================================================
--- branches/blender-2.93-release/blender_docs/manual/editors/outliner/interface.rst	2021-05-25 00:44:32 UTC (rev 8083)
+++ branches/blender-2.93-release/blender_docs/manual/editors/outliner/interface.rst	2021-05-25 01:36:59 UTC (rev 8084)
@@ -6,6 +6,8 @@
 Header
 ======
 
+.. _bpy.types.SpaceOutliner.display_mode:
+
 Display Mode
 ------------
 
@@ -22,6 +24,8 @@
    Lists all data in the current blend-file.
 Data API
    Lists every :doc:`data-block </files/data_blocks>` along with any properties that they might have.
+Library Overrides
+   Display data-blocks with library overrides and list their overridden properties.
 Orphan Data
    Lists :doc:`data-blocks </files/data_blocks>`
    which are unused and/or will be lost when the file is reloaded.
@@ -133,11 +137,23 @@
 .. _bpy.types.SpaceOutliner.use_filter_object_light:
 .. _bpy.types.SpaceOutliner.use_filter_object_camera:
 .. _bpy.types.SpaceOutliner.use_filter_object_empty:
+.. _bpy.types.SpaceOutliner.use_filter_object_others:
 
 Data-Block
    Allows you to filter out certain data-blocks currently present in the scene.
 
+.. _bpy.types.SpaceOutliner.use_filter_lib_override:
 
+Library Overrides
+   Shows the data block properties have been overridden.
+
+.. _bpy.types.SpaceOutliner.use_filter_lib_override_system:
+
+System Overrides
+   Shows the data block properties that are defined/controlled automatically
+   (e.g. to make users of an overridden data-block point to the override data, not the original linked data).
+
+
 .. _bpy.ops.outliner.orphans_purge:
 
 Miscellaneous



More information about the Bf-docboard-svn mailing list