Is there any way for me to dial this in to be more exact? On simple test objects the number is correct but if I load up something complicated it's usually off by ~5 verts. It isn't a big deal but it would be nice to know where the difference is coming from.
The script->
http://www.ericchadwick.com/examples/files/HaywoodTools-UberVertCount.mcr
I attaching a test object showing the discrepancy:
Replies
other than that, it could be any custom sort of preprocessing step after asset load. Some might recalculate the normals completely with their own smoothing... can really depend I guess
Maya shows these as one vertex in the poly count panel, but if you turn on show vertex normals you can see the extra ones for each hard edge. The UV seams one is harder to visualize in the viewport, but if you have a look at your uv map you should be able to tell if there's a big cut through a dense area.
Wont that break the smoothing?
CrazyButcher:
I will do some more specific testing and post my results. I imagine this info would be useful to others on PC.
As long as you don't get the error message on importation that your mesh is unoptimized and exceeds vert count by 25%, you should fine, not that you shouldn't try and see why it's doing this, but if you're getting a slight change in vert count, it's most likely simply the engine doing it's own thing under the hood to get things working.
And yeah, this will most definitely help people on PC.