[Bf-blender-cvs] [191664acd2c] master: Docs: "File > External Data pack operator" lookup for the manual

Dalai Felinto noreply at git.blender.org
Tue May 4 16:21:06 CEST 2021


Commit: 191664acd2c0e2e0c8ff1f92e56db5e68d6c2ca3
Author: Dalai Felinto
Date:   Tue May 4 16:08:26 2021 +0200
Branches: master
https://developer.blender.org/rB191664acd2c0e2e0c8ff1f92e56db5e68d6c2ca3

Docs: "File > External Data pack operator" lookup for the manual

===================================================================

M	release/scripts/modules/rna_manual_reference.py

===================================================================

diff --git a/release/scripts/modules/rna_manual_reference.py b/release/scripts/modules/rna_manual_reference.py
index b6fda8911cc..4478b0dc367 100644
--- a/release/scripts/modules/rna_manual_reference.py
+++ b/release/scripts/modules/rna_manual_reference.py
@@ -2115,4 +2115,9 @@ url_manual_mapping = (
 	("bpy.ops.ed*", "interface/undo_redo.html#bpy-ops-ed"),
 	("bpy.ops.ui*", "interface/index.html#bpy-ops-ui"),
 	("bpy.ops.wm*", "interface/index.html#bpy-ops-wm"),
+	("bpy.ops.file.pack_all", "blend/packed_data#pack-resources"),
+	("bpy.ops.file.unpack_all", "blend/packed_data#unpack-resources"),
+	("bpy.ops.file.autopack_toggle", "blend/packed_data#automatically-pack-resources"),
+	("bpy.ops.file.pack_libraries", "blend/packed_data#pack-linked-libraries"),
+	("bpy.ops.file.unpack_libraries", "blend/packed_data#unpack-linked-libraries"),
 )



More information about the Bf-blender-cvs mailing list