[Bf-docboard-svn] bf-manual: [8005] trunk/blender_docs/manual/files/blend/packed_data.rst: Add rna maping references for packed data operators

Aaron Carlisle noreply at blender.org
Wed May 5 20:50:53 CEST 2021


Revision: 8005
          https://developer.blender.org/rBM8005
Author:   Blendify
Date:     2021-05-05 20:50:53 +0200 (Wed, 05 May 2021)
Log Message:
-----------
Add rna maping references for packed data operators

Modified Paths:
--------------
    trunk/blender_docs/manual/files/blend/packed_data.rst

Modified: trunk/blender_docs/manual/files/blend/packed_data.rst
===================================================================
--- trunk/blender_docs/manual/files/blend/packed_data.rst	2021-05-05 03:46:04 UTC (rev 8004)
+++ trunk/blender_docs/manual/files/blend/packed_data.rst	2021-05-05 18:50:53 UTC (rev 8005)
@@ -21,6 +21,8 @@
 Pack Data
 =========
 
+.. _bpy.ops.file.pack_all:
+
 Pack Resources
 --------------
 
@@ -33,6 +35,8 @@
 Actual packing will happen on the next save of the blend-file.
 
 
+.. _bpy.ops.file.autopack_toggle:
+
 Automatically Pack Resources
 ----------------------------
 
@@ -58,8 +62,10 @@
 Unpack Data
 ===========
 
+.. _bpy.ops.file.unpack_all:
+
 Unpack Resources
-----------
+----------------
 
 .. admonition:: Reference
    :class: refbox
@@ -112,6 +118,8 @@
    If the original file path does not exist, mark it as unpacked and write it to drive.
 
 
+.. _bpy.ops.file.pack_libraries:
+
 Pack Linked Libraries
 =====================
 
@@ -125,6 +133,8 @@
 Actual packing will happen on othe next save of the blend-file.
 
 
+.. _bpy.ops.file.unpack_libraries:
+
 Unpack Linked Libraries
 =======================
 
@@ -134,4 +144,3 @@
    :Panel:     :menuselection:`File --> External Data --> Unpack Linked Libraries`
 
 Unpack all used linked library files from this .blend file.
-



More information about the Bf-docboard-svn mailing list