[Bf-docboard-svn] bf-manual: [7833] trunk/blender_docs/manual/files/linked_libraries/library_overrides.rst: Cleanup: Compile Warning

Aaron Carlisle noreply at blender.org
Sun Mar 14 23:15:41 CET 2021


Revision: 7833
          https://developer.blender.org/rBM7833
Author:   Blendify
Date:     2021-03-14 23:15:41 +0100 (Sun, 14 Mar 2021)
Log Message:
-----------
Cleanup: Compile Warning

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

Modified: trunk/blender_docs/manual/files/linked_libraries/library_overrides.rst
===================================================================
--- trunk/blender_docs/manual/files/linked_libraries/library_overrides.rst	2021-03-14 21:57:02 UTC (rev 7832)
+++ trunk/blender_docs/manual/files/linked_libraries/library_overrides.rst	2021-03-14 22:15:41 UTC (rev 7833)
@@ -43,6 +43,7 @@
 
 There are two ways to create an override of a linked data-block.
 
+
 Single Data-Block Override
 --------------------------
 
@@ -53,6 +54,7 @@
 - The data-block menu in the UI (:kbd:`Shift-LMB` on the chain icon to the right),
   in which case only that specific usage will be remapped to the new local override.
 
+
 .. _bpy.ops.object.make_override_library:
 
 Make Library Override Operator/Add Library Override Hierarchy
@@ -71,6 +73,8 @@
    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
 ======================================
 
@@ -100,6 +104,7 @@
 
 You can manually define or remove an override from the context menu of the relevant property.
 
+
 .. _bpy.ops.ui.override_type_set_button:
 
 Define Overrides
@@ -115,6 +120,7 @@
 Mark a property to be overridden in the local blend file. For array properties
 all elements will be overridden.
 
+
 Define Single Override
 ----------------------
 
@@ -127,6 +133,7 @@
 Mark a property to be overridden in the local blend file. For array properties only
 the selected element will be overridden.
 
+
 .. _bpy.ops.ui.remove_override_button:
 
 Remove Overrides
@@ -142,6 +149,7 @@
 Remove the property from the overrides. The value of the linked in data block will be used.
 For array properties all elements will be removed from the override.
 
+
 Remove Single Override
 ----------------------
 
@@ -168,6 +176,7 @@
 Reset the override to its original values. `Reset Library Override Hierarchy` will also reset
 the overrides of its child data-blocks.
 
+
 Resync Library Override Hierarchy
 =================================
 
@@ -181,6 +190,7 @@
 Overrides need to be resynced to match the new structure. This operator will resync the override
 to the new structure in the library.
 
+
 Delete Library Override Hierarchy
 =================================
 
@@ -192,6 +202,3 @@
 
 Remove the library override from the selected data-block and all its children and replace them with
 the original linked data-block. This will revert the `Make Library Override`.
-
-.. _bpy.ops.object.convert_proxy_to_override:
-



More information about the Bf-docboard-svn mailing list