No one:
Autodesk: what even are polygons?
I did a search and didn't come up with anything I was satisfied with, as they just want to figure out how to get quads through to Maya from max with FBX. But triangulation is important and packages/engines do it differently, as well as is preserving where the invisible triangles are going imo.
It's been years since max's FBX exporter has preserve invis edge orientation. It's necessary, and works fine, imports and exports in max no problem. So the data is there in the file, but Maya actually triangulates those edges if you try tick the box on export from max. Or retriangulates if you allow polygons. "Send to" just uses FBX to transfer scene data afaik. Or at least I couldn't get it to work, I can have triangulated edge orientation or retriangulated poly to what ever Maya decides to do on it's own ignoring the data that is stored in the fbx.
What am I missing here, is there a different file format perhaps or a way to get it to work?
Replies
1.Mayas triangulation algorithm is shit (appears to not bother about preserving convexity and just picks the shortest edge)
And...
2.as far as I can ascertain Maya basically knows fuck all about its meshes. Max stores all sorts of useful information in an editable poly - maya stores a bunch of points, edges and polygons and works the rest out as it goes so the concept of preserving invisible edge orientation is completely lost on it.
I've been forced to work with maya for many years now and while it's fundamentally a bag of shit it's rare you can't find a way around an issue
I could convert my normal to object space, so as to not invalidate the normals, swallow mayas annoying triangulation on the final model. So I know there are workarounds to not fucking up completely, but what I'd really want is just to be able to go into maya with a mesh that isn't collapsed to tri, and it come out again with it's polys unmollested.