From 7d5770cd106f90ed67adb6b92504f8686d93fedf Mon Sep 17 00:00:00 2001 From: BlueRose <378100977@qq.com> Date: Wed, 25 Jun 2025 00:14:38 +0800 Subject: [PATCH] vault backup: 2025-06-25 00:14:38 --- 06-DCC/Blender/导出PSK_PSA脚本 & 部分UModel AES Key.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/06-DCC/Blender/导出PSK_PSA脚本 & 部分UModel AES Key.md b/06-DCC/Blender/导出PSK_PSA脚本 & 部分UModel AES Key.md index 7caa5b5..848ec97 100644 --- a/06-DCC/Blender/导出PSK_PSA脚本 & 部分UModel AES Key.md +++ b/06-DCC/Blender/导出PSK_PSA脚本 & 部分UModel AES Key.md @@ -673,7 +673,7 @@ bpy.context.scene.render.fps = 60 # 导入骨骼以及动画(所有NLA) pskimport(pskPath, bReorientBones = False, bImportmesh = True, bImportbone = True) -# psaimport(psaPath, bActionsToTrack = True) +psaimport(psaPath, bActionsToTrack = True) fileName = os.path.basename(pskPath) bpy.ops.better_export.fbx(filepath= fbxExportPath + fileName.split('.')[0] + ".fbx",my_fbx_format="binary",use_selection=False,use_visible=True) @@ -789,6 +789,8 @@ D:\OtherTools\GameAssets\umodel_win32_1590\umodel_acl_2.1.exe -path=D:\Games\DRA +AT/Content/Art/DEMO/cmn/eat/don/cdm/C001Aaa0/010/Cmn_Eat_don_cdm_C001Aaa0_010_C001Aaa0.0 + # Pak反汇编&UModel - 虚幻4(ue4)引擎加密pak解包教程(初学者向x64源码逆向) - 看雪的文章 - 知乎 https://zhuanlan.zhihu.com/p/96480632