Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Please check out this model, I can't generate Full Body data for it
#3
Could reproduce the issue by adding a root bone to the skeleton in the blueprint editor, then clicking generate.

The issue happens because most bones in your Slime character are far outside of the mesh, and the sampler fails to assign a particle to voxels in the voxelized mesh because they're very far from the voxel mesh bounds.

This can be prevented by performing a bounds check, with no ill effects. Please find attached a patched version of ObiSoftbodySurfaceBlueprint.cs.

let me know how it goes,

kind regards,


Attached Files
.cs   ObiSoftbodySurfaceBlueprint.cs (Size: 31.51 KB / Downloads: 3)
Reply


Messages In This Thread
RE: Please check out this model, I can't generate Full Body data for it - by josemendez - 29-04-2024, 09:00 AM