Metasequoia BBS

| 新規投稿 | 通常表示 | ツリー表示 |
状態
タグ
キーワード
[9627] some obj export questions / huliawsl
[質問] 返信
Hi there!
I encountered some problems when using metasequoia
After I export the. obj model, I find that the grouping information cannot be read by other software(like blender).
In addition, I found that every time the obj is exported, the mtl diffuse reflection will be * 0.8, and when the obj file is opened and saved again, it will * 0.8 again. I don't think this function is very good
2022-12-19 12:08
[9628] Re: some obj export questions / 管理者
The ability to interpret groups in the .obj file depends on the receiving software. We cannot answer about the compatibility of other software, but at least for Blender, groups of obj files output by Blender itself cannot be read, so it must mean that Blender itself does not support the group in the importer.

The obj's .mtl file stores the "diffuse color", which differs from the combination of the "base color" and "diffuse value" in Metasequoia. Therefore, irreversible conversions occur when loading the .obj/.mtl file, and it is not reproduced as per the original values. The same is true for other software and file formats with different color and value representation formats.
2022-12-19 15:05