.obj save geometry merges all meshes?
2016 1 0- daslolo
- Member
- 7 posts
- Joined: 12月 2019
- Offline
- Enivob
- Member
- 2628 posts
- Joined: 6月 2008
- Offline
The merging may be due to all the faces having the same material. Houdini .OBJ output does not seem to forward the assigned material information into the exported .obj file format. The file format does support such features. You can re-write the .OBJ file, on export to add this functionality.
The code basically detects if the 'g' token exists. If it does, it inserts a new token 'usemtl' which many importers look for in breaking up the .OBJ.
There is a thread here, that discusses this.
https://forums.odforce.net/topic/25214-post-processing-an-export/?do=findComment&comment=146948 [forums.odforce.net]
The code basically detects if the 'g' token exists. If it does, it inserts a new token 'usemtl' which many importers look for in breaking up the .OBJ.
There is a thread here, that discusses this.
https://forums.odforce.net/topic/25214-post-processing-an-export/?do=findComment&comment=146948 [forums.odforce.net]
Edited by Enivob - 2019年12月11日 09:49:25
Using Houdini Indie 20.0
Windows 11 64GB Ryzen 16 core.
nVidia 3050RTX 8BG RAM.
Windows 11 64GB Ryzen 16 core.
nVidia 3050RTX 8BG RAM.
-
- Quick Links