I have a super simple GH patch, which is basically just a few meshes internalised. It is always failing with an unknown error.
Is there a limit on mesh size or vertex count in Shapediver? If yes, what is it? GLTF used to have a vertice limit of around 65.000, but that is no longer the case as you can use 32 bit UInts and get a theoretical limit of over 4 billion vertices.
What are the limits and why can it not show me this as an error message?
This is the patch, which shouldn’t be the problem, but one of the meshes has around 600k vertices.