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