From cc6d85c2d2b5008ed29178a70bad7ece72a6d82c Mon Sep 17 00:00:00 2001 From: BlueRose <378100977@qq.com> Date: Sun, 6 Aug 2023 10:27:19 +0800 Subject: [PATCH] vault backup: 2023-08-06 10:27:19 --- 06-DCC/Blender/导出PSK_PSA脚本.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/06-DCC/Blender/导出PSK_PSA脚本.md b/06-DCC/Blender/导出PSK_PSA脚本.md index 8a4ab75..7d0dca6 100644 --- a/06-DCC/Blender/导出PSK_PSA脚本.md +++ b/06-DCC/Blender/导出PSK_PSA脚本.md @@ -60,4 +60,7 @@ for root, subdirs, files in os.walk(psaDirPath): bpy.ops.object.select_all(action='SELECT') bpy.ops.export_scene.fbx(filepath=fbx_file,add_leaf_bones=False) -``` \ No newline at end of file +``` + +# 其他 +获取UModel解包游戏所需的AES Key:https://cs.rin.ru/forum/viewtopic.php?t=100672 \ No newline at end of file