[Bf-docboard-svn] bf-manual: [7403] trunk/blender_docs/manual/editors/outliner/editing.rst: LibOverride: Add 'delete and use linked data' operation.

Aaron Carlisle noreply at blender.org
Fri Nov 20 06:06:31 CET 2020


Revision: 7403
          https://developer.blender.org/rBM7403
Author:   Blendify
Date:     2020-11-20 06:06:30 +0100 (Fri, 20 Nov 2020)
Log Message:
-----------
LibOverride: Add 'delete and use linked data' operation.

rB4aa04b64904b873256b41b9b972b09bb34e19e44

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

Modified: trunk/blender_docs/manual/editors/outliner/editing.rst
===================================================================
--- trunk/blender_docs/manual/editors/outliner/editing.rst	2020-11-20 05:03:49 UTC (rev 7402)
+++ trunk/blender_docs/manual/editors/outliner/editing.rst	2020-11-20 05:06:30 UTC (rev 7403)
@@ -132,9 +132,6 @@
    Converts the selected :doc:`Proxy </files/linked_libraries/library_proxies>`
    data-block to an :doc:`override </files/linked_libraries/library_overrides>`
    and its hierarchy of dependencies. See also, :ref:`bpy.ops.object.convert_proxy_to_override`.
-Resync Library Override Hierarchy
-   Rebuilds the local :doc:`override </files/linked_libraries/library_overrides>`
-   from its linked reference, as well as its hierarchy of dependencies.
 Reset Library Override
    Reset this local :doc:`override </files/linked_libraries/library_overrides>` to its linked values.
 Reset Library Override Hierarchy
@@ -141,6 +138,12 @@
    Reset this local :doc:`override </files/linked_libraries/library_overrides>` to its linked values,
    as well as its hierarchy of dependencies. This allows you to update local overrides
    when the relationship between data-blocks changed in the linked library data.
+Resync Library Override Hierarchy
+   Rebuilds the local :doc:`override </files/linked_libraries/library_overrides>`
+   from its linked reference, as well as its hierarchy of dependencies.
+Delete Library Override Hierarchy
+   Deletes the local :doc:`override </files/linked_libraries/library_overrides>`
+   (including its hierarchy of override dependencies) and relinks its users to the linked data-blocks.
 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