[Bf-docboard-svn] bf-manual: [7364] trunk/blender_docs/manual: LibOverride: Add operator to convert a proxy object into an override

Aaron Carlisle noreply at blender.org
Thu Nov 12 00:04:36 CET 2020


Revision: 7364
          https://developer.blender.org/rBM7364
Author:   Blendify
Date:     2020-11-12 00:04:35 +0100 (Thu, 12 Nov 2020)
Log Message:
-----------
LibOverride: Add operator to convert a proxy object into an override

rBc3a0618fbffffffcf5abbeed8de3f19d8a401db1

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

Modified: trunk/blender_docs/manual/editors/outliner/editing.rst
===================================================================
--- trunk/blender_docs/manual/editors/outliner/editing.rst	2020-11-11 22:40:44 UTC (rev 7363)
+++ trunk/blender_docs/manual/editors/outliner/editing.rst	2020-11-11 23:04:35 UTC (rev 7364)
@@ -128,6 +128,10 @@
 Add Library Override Hierarchy
    Add a local :doc:`override </files/linked_libraries/library_overrides>` of this linked data-block,
    and its hierarchy of dependencies.
+Convert Proxy to Override
+   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`.
 Reset Library Override
    Reset this local :doc:`override </files/linked_libraries/library_overrides>` to its linked values.
 Reset Library Override Hierarchy

Modified: trunk/blender_docs/manual/files/linked_libraries/library_overrides.rst
===================================================================
--- trunk/blender_docs/manual/files/linked_libraries/library_overrides.rst	2020-11-11 22:40:44 UTC (rev 7363)
+++ trunk/blender_docs/manual/files/linked_libraries/library_overrides.rst	2020-11-11 23:04:35 UTC (rev 7364)
@@ -65,6 +65,22 @@
    Otherwise, some won't be automatically overridden, and manual work will be needed to fix the override.
 
 
+.. _bpy.ops.object.convert_proxy_to_override:
+
+Converting Proxies to Library Override
+======================================
+
+.. admonition:: Reference
+   :class: refbox
+
+   :Mode:      Object Mode
+   :Menu:      :menuselection:`Object --> Relations --> Convert Proxy to Library Override`
+
+Converts older an :doc:`Proxy </files/linked_libraries/library_proxies>` to a local override.
+This operator is used to help convert older blend-files to the new override system.
+In the future, this conversion will likely happen automatically.
+
+
 Editing an Override
 ===================
 



More information about the Bf-docboard-svn mailing list