在尝试提取PSD的时候出现了这种问题,最后没有提取成功
测试另一个项目的时候发现提取出来的PSD文件错误很多,如图
can you fix it?
dafeng model have some giant mesh that totals to ~2.7GB so that would cause overflow. Especially there’s one large empty mesh that you may want to remove then re-export as moc3 then ran that through the tool again for psd. Currently patching the codebase to better handing that behavior and allowing customization when detecting large meshes and how to handle those.
For telafaerjia, unfortunately the original intention is that psd export allowing people to make rig-ready psd so I did not consider on render correctly yet and only handle emitting all necessary textures. I’ll see how I can handle this. In the meanwhile you may want to manually edit pose in Cubism editor then export as moc3 then re-run through the tool for psd export.
dafeng 模型中包含一些巨大的网格(mesh),总大小约为 2.7GB,这会导致溢出问题。其中特别有一个巨大的空白网格,建议将其移除,重新导出为 moc3 文件,然后再用该工具进行 PSD 导出。目前我正在修改代码,以更好地处理这种情况,并允许用户自定义检测到大网格时的处理方式。
关于 telafaerjia 模型,由于 PSD 导出功能的初衷是让用户制作“可直接绑定(rig-ready)”的 PSD 文件,因此我尚未考虑渲染效果,目前仅处理了必要纹理的输出。我会研究一下如何解决这个问题。在此期间,您可以尝试在 Cubism 编辑器中手动调整姿势,导出为 moc3 文件,然后再通过该工具进行 PSD 导出。
Also you may want to open dedicated psd editor and try to change layer visibility (此外,您也可以打开专用的 PSD 编辑器,尝试更改图层的可见性).
提到导出psd这些多图层文件(我的更新版gimp支持导入)的事,我真碰到有游戏开发商仅利用编辑artmesh将己经做好的内容进行删减而不对纹理文件编辑,我不知道这个工具对此有无方法反查可疑的artmesh编辑来更好还原psd文件 ![]()
thanks for replay
PSD bug being fixed with correct render. Still have some visual artifact. 正在修复 PSD 渲染错误,目前显示已恢复正常,但仍存在一些视觉瑕疵。
Also since psd stuff is getting complicated, new cli change will split out all psd-related operation into their own subcommand. 此外,鉴于 PSD 相关功能日益复杂,新的 CLI 变更将把所有与 PSD 相关的操作拆分到各自的子命令中。
Visual artifact somewhat fixed I think. Still need to cleanup codebase.
视觉伪影问题应该算是修好了,不过代码库还需要清理一下。
This is a truly ingenious technique, and many models are packaged in this format to share with others. I hope it will be used solely for personal learning and analysis, not for stealing other people’s models. The article’s title should avoid terms like “converter” or “decompiler” to prevent the technology from spreading further and falling into the wrong hands. Consider a more subtle title, such as “moc3 Analysis Tool.”
Hi, thanks for concern, I may probably change title ![]()
New WIP psd feature which support export with custom motion at specific time point. (新增的 PSD 开发中功能,支持在特定时间点导出包含自定义动作的内容).
Pushed new updates. Hopefully things should be stable.
已推送新更新。希望系统能保持稳定。
Amazing work!!!