Have a few verts in this

Not sure what gazillion tris that is?!
:thinking: :laughing:

Vert countLOL

Looks like a Blender 4 glitch.

1 Like

Those of us who used to do bit-byte level programming back in the days before compilers did a better job automatically (and you passed dinosaurs on the way to work) got used to looking at numbers and figuring out where they came from, especially trying to relate them to powers of 2. The number of triangles is:

2^64 - 13989888

So, I’d say it’s an overflow (well, underflow) condition in Blender. For some reason, a negative number of triangles was counted, assuming 64-bit integers used in the count.

3 Likes

Privacy & Terms