[Bf-docboard-svn] bf-manual: [7402] trunk/blender_docs/manual/editors/outliner/editing.rst: LibOverride: Add initial version of 'resync' operation.

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


Revision: 7402
          https://developer.blender.org/rBM7402
Author:   Blendify
Date:     2020-11-20 06:03:49 +0100 (Fri, 20 Nov 2020)
Log Message:
-----------
LibOverride: Add initial version of 'resync' operation.

rBaeaf2b0dd437f1a03ed30142678cbf44d0414ea1

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 04:57:10 UTC (rev 7401)
+++ trunk/blender_docs/manual/editors/outliner/editing.rst	2020-11-20 05:03:49 UTC (rev 7402)
@@ -132,11 +132,15 @@
    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
    Reset this local :doc:`override </files/linked_libraries/library_overrides>` to its linked values,
-   as well as its hierarchy of dependencies.
+   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.
 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