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

This commit is contained in:
Dalai Felinto 2021-05-04 16:08:26 +02:00
parent ee51e73355
commit 191664acd2
1 changed files with 5 additions and 0 deletions

View File

@ -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"),
)