|
|
300金币
如题~
blander版本是对的,就是奇怪怎么都导出不了模型
错误信息
The Sims 4 Studio - Version 3.1.6.3
System.AggregateException: 发生一个或多个错误。 ---> S4Studio.Blender.BlenderException:
File "<string>", line 1, in <module>
UnicodeDecodeError: 'gbk' codec can't decode byte 0xa3 in position 116: illegal multibyte sequence
在 S4Studio.Blender.BlenderUtilities.RunBlender(String script, String blend, Boolean background, Boolean check_version)
在 S4Studio.Blender.BlenderUtilities.ExportGeom(String custom_blend, String custom_geom, String custom_texture, String caspart_name, String mannequin_folder, String mannequin_texture, String rig_resource)
在 S4Studio.ViewModels.CAS.CASLODItem.ExportMesh(BlenderUtilities blender_util, String blender_path)
在 S4Studio.ViewModels.CAS.CASStandalone.<>c__DisplayClass74_0.<ExecuteExportMesh>b__0()
在 System.Threading.Tasks.Task.InnerInvoke()
在 System.Threading.Tasks.Task.Execute()
--- 内部异常堆栈跟踪的结尾 ---
---> (内部异常 #0) S4Studio.Blender.BlenderException:
File "<string>", line 1, in <module>
UnicodeDecodeError: 'gbk' codec can't decode byte 0xa3 in position 116: illegal multibyte sequence
在 S4Studio.Blender.BlenderUtilities.RunBlender(String script, String blend, Boolean background, Boolean check_version)
在 S4Studio.Blender.BlenderUtilities.ExportGeom(String custom_blend, String custom_geom, String custom_texture, String caspart_name, String mannequin_folder, String mannequin_texture, String rig_resource)
在 S4Studio.ViewModels.CAS.CASLODItem.ExportMesh(BlenderUtilities blender_util, String blender_path)
在 S4Studio.ViewModels.CAS.CASStandalone.<>c__DisplayClass74_0.<ExecuteExportMesh>b__0()
在 System.Threading.Tasks.Task.InnerInvoke()
在 System.Threading.Tasks.Task.Execute()<---
|
最佳答案
查看完整内容
如果在使用模拟人生Mod制作工具时导出mesh失败,可以尝试以下解决方法:
确认模型是否符合要求:模型必须符合模拟人生游戏的要求,包括正确的大小、适当的面数、正确的材质等。检查模型是否有任何错误或缺失。
检查模型的UVs:模型的UVs必须正确,否则导出mesh就会失败。确保UVs没有任何重叠或错误,并且它们在0到1的范围内。
检查模型的骨骼和绑定:模型必须正确地绑定到骨骼上。确保模型的骨骼和绑定正确,并且没有任何缺失 ...
|