将外部文件库打包到 .blend 文件中。
directory_path
(string, (可选)) – 包含库的目录。file_paths
(string[], (可选)) – 要包含的文件的文件路径列表。check_existing
(boolean, (可选)) – 如果文件已经存在是否询问覆盖。{'FINISHED'}
– 如果操作成功完成。import bpy
bpy.ops.file.pack_libraries(directory_path="/path/to/external/libraries", file_paths=["file1.blend", "file2.blend"], check_existing=True)