[Bf-docboard-svn] bf-manual: [6971] trunk/blender_docs/manual/editors/outliner.rst: LibOverride: Outliner: Add an operation to override the selected ID and its parents

Aaron Carlisle carlisle.b3d at gmail.com
Mon Aug 17 19:31:06 CEST 2020


Revision: 6971
          https://developer.blender.org/rBM6971
Author:   Blendify
Date:     2020-08-17 19:31:05 +0200 (Mon, 17 Aug 2020)
Log Message:
-----------
LibOverride: Outliner: Add an operation to override the selected ID and its parents

rBe3fd60b182f69ae77c043fd52bbde81a0b8c7d8e

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

Modified: trunk/blender_docs/manual/editors/outliner.rst
===================================================================
--- trunk/blender_docs/manual/editors/outliner.rst	2020-08-17 16:47:35 UTC (rev 6970)
+++ trunk/blender_docs/manual/editors/outliner.rst	2020-08-17 17:31:05 UTC (rev 6971)
@@ -187,6 +187,8 @@
       Disables/Enables the collection from the view layer.
 
 
+.. _bpy.ops.outliner.id_operation:
+
 ID Data Menu
 ------------
 
@@ -198,6 +200,11 @@
    This feature is not yet implemented.
 Delete
    Deletes the selected data-block.
+Add Library Override
+   Add a local :doc:`override </files/linked_libraries/library_overrides>` of this linked data-block.
+Add Library Override Hierarchy
+   Add a local :doc:`override </files/linked_libraries/library_overrides>` of this linked data-block,
+   and its hierarchy of dependencies.
 Remap Users
    Remap Users of a data-block to another one (of same type of course).
    This means you can e.g. replace all usages of a material or texture by another one.




More information about the Bf-docboard-svn mailing list