Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Unable to generate blueprint
#4
(18-10-2021, 01:28 PM)josemendez Wrote: Hi,

Just took a look at the mesh. The issue here is that it contains a lot of non-manifold structures: most edges in the mesh are shared by more than 2 triangles. For instance a shape like this (an edge shared by 5 faces) can't exist in the real world, so it cannot be simulated:

[Image: 9nYaDnD.png]

Non-manifold meshes are not supported by Obi, as explained in the manual (quote):
http://obi.virtualmethodstudio.com/manua...setup.html


Although Obi will try to do its best handling non-manifoldness, extreme cases like this one can cause crashes/hangs. You must make sure your mesh is 2-manifold.

kind regards,

Edit: if you're unsure of what mesh manifoldness is, you can find a lot of info online. This is a good one: https://sinestesia.co/blog/tutorials/non...-fix-them/

Wow!  I looked all over it and could not find that problem.  Thank you so much, I now have a direction.
Reply


Messages In This Thread
Unable to generate blueprint - by dswigger - 17-10-2021, 12:18 AM
RE: Unable to generate blueprint - by josemendez - 18-10-2021, 07:31 AM
RE: Unable to generate blueprint - by josemendez - 18-10-2021, 01:28 PM
RE: Unable to generate blueprint - by dswigger - 18-10-2021, 06:21 PM