prob with FBX on NOT changing typology

   2262   2   2
User Avatar
Member
36 posts
Joined: Feb. 2009
Offline
Hey,

I understand that the FBX format does not support meshes with variable vertex counts… I'm having probs with meshes that don't. (unless I'm missing something)

try this:

1: lay down a grid (as Mesh type)
2: put a point sop with $TY+$F in position of TY.
3: Export that as an FBX, bring it back into Houdini and…

comes in as triangulated and faces are unique.

I'm confused

Can someone please fill me in on what I'm missing.

Thanks Loads.
User Avatar
Member
350 posts
Joined: Jan. 2008
Offline
Just to clarify, I assume you also meant “wire the output of the plane into a point SOP”.

This was actually a bug - for the vertex-cached cases, the FBX exporter didn't know how to handle mesh primitives properly, and was just resorting the its fail-safe method, which is to triangulate and break everything apart, and export it all as such.

This has now been fixed, and will be available in tomorrow's build (9.5.368). I assume this should also solve the problem with the obj file from another thread (if you're doing something similar to it and it's a mesh).
Oleg Samus
Software Developer
Side Effects Software Inc.
User Avatar
Member
36 posts
Joined: Feb. 2009
Offline
great!
Thanks for that.
It was starting to become my white whale:>
  • Quick Links