vault backup: 2025-06-25 00:14:38

This commit is contained in:
BlueRose 2025-06-25 00:14:38 +08:00
parent 71a6c3c51b
commit 7d5770cd10

View File

@ -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