[Bf-docboard-svn] bf-manual: [8091] branches/blender-2.93-release/blender_docs/manual/interface/window_system/topbar.rst: Improve Purge operator

Aaron Carlisle noreply at blender.org
Fri May 28 01:04:15 CEST 2021


Revision: 8091
          https://developer.blender.org/rBM8091
Author:   Blendify
Date:     2021-05-28 01:04:14 +0200 (Fri, 28 May 2021)
Log Message:
-----------
Improve Purge operator

rB2718ea80d26274464051c50bb12fb82c4a6571ea

Modified Paths:
--------------
    branches/blender-2.93-release/blender_docs/manual/interface/window_system/topbar.rst

Modified: branches/blender-2.93-release/blender_docs/manual/interface/window_system/topbar.rst
===================================================================
--- branches/blender-2.93-release/blender_docs/manual/interface/window_system/topbar.rst	2021-05-27 21:53:32 UTC (rev 8090)
+++ branches/blender-2.93-release/blender_docs/manual/interface/window_system/topbar.rst	2021-05-27 23:04:14 UTC (rev 8091)
@@ -125,9 +125,25 @@
 
 Clean Up
    Unused Data-Blocks
-      Remove all unused data-blocks from the file (cannot be undone).
+      Remove unused data-blocks from both the current blend-file and any
+      :doc:`Linked Data </files/linked_libraries/link_append>` (cannot be undone).
       See the :ref:`Outliner <bpy.ops.outliner.orphans_purge>` for more information.
+   Recusive Unused Data-Blocks
+      Remove all unused data-blocks from both the current blend-file and any
+      :doc:`Linked Data </files/linked_libraries/link_append>`
+      including any indirectly used data-blocks i.e. those only used by unused data-blocks.
+   Unused Linked Data-Blocks
+      Remove unused data-blocks from only :doc:`Linked Data </files/linked_libraries/link_append>`
+   Recusive Unused Linked Data-Blocks
+      Remove all unused data-blocks from only :doc:`Linked Data </files/linked_libraries/link_append>`
+      including any indirectly used data-blocks i.e. those only used by unused data-blocks.
+   Unused Local Data-Blocks
+      Remove all unused data-blocks from only the current blend-file.
+   Recusive Unused Local Data-Blocks
+      Remove all unused data-blocks from only the current blend-file
+      including any indirectly used data-blocks i.e. those only used by unused data-blocks.
 
+
 .. _startup-file:
 
 Defaults



More information about the Bf-docboard-svn mailing list