Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Feedback Feedback on improving the blueprint trouble shooting.
#3
(29-04-2024, 06:16 PM)josemendez Wrote: Colors in particle visualization mode have nothing to do with vertex influences. It's just 3 flat colors: white for surface particles, pink for volume particles, and reddish brown for bone particles.


This isn't done in the blueprint, as it doesn't have anything to do with the simulation itself or the particle based representation of the mesh - it's related to how mesh vertices are skinned to the softbody at runtime, and hence controlled by the ObiSoftbodySkinner component. See:
http://obi.virtualmethodstudio.com/manua...inner.html

You can control how automatic skinning happens (which is distance-based) and paint softbody influence for each vertex. The reason why this is a separate component and not built into the blueprint is that it allows you to skin multiple different meshes to the same softbody, something which is very often needed.


kind regards,

Ohh wow. Thanks for the explanation!
Btw I solved the issue by re-generate the blueprint with a less complex skeleton (remove all the unwanted bones, only having body + spine + head + eye bones) and the skinning work great now! After that I make a face group and pin that to the eye transform (non-softbody), result: 


This slime dynamic is completed now, thanks for your help!
Reply


Messages In This Thread
RE: Feedback on improving the blueprint trouble shooting. - by spikebor - 29-04-2024, 07:59 PM