Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
(SOLVED) "ERROR: Vertex has zero weights" when scaling softbody skinner
#4
Dedo arriba 
Actually, INCREASING the "Skinning Max Distance" solved the problem!

Which I guess makes sense: I'm scaling a small (around 1 unit) mesh up to 8x it's original size, so some vertex are probably going to be more than 0.5 units from any cluster, meaning the vertex is not being influenced by any clusters causing no weights to be assigned to it, which leads to the error.

When I increased the "Skinning Max Distance" to 2, the error went away.

Thanks for steering me towards what the issue might be related to! Sonrisa

BTW, the updated version of "ObiSoftbodySkinner.cs" did not remedy my particular issue.
Reply


Messages In This Thread
RE: "ERROR: Vertex has zero weights" when scaling softbody skinner - by DGuy01 - 17-03-2022, 06:19 PM