Obi Official Forum
[SOLVED] Obi Softbody BIND SKIN not working - Printable Version

+- Obi Official Forum (https://obi.virtualmethodstudio.com/forum)
+-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html)
+--- Forum: Obi Softbody (https://obi.virtualmethodstudio.com/forum/forum-12.html)
+--- Thread: [SOLVED] Obi Softbody BIND SKIN not working (/thread-3924.html)



[SOLVED] Obi Softbody BIND SKIN not working - netjeenpetje - 03-07-2023

Hi,

We have a model that we wanted to bind skin on, and it worked fine, but after working on it for more it just stopped working all of the sudden. We can see that the particles for debugging move, but the mesh itself isn't moving. What could cause this problem?
[Image: 2023-07-03_15-59-18.gif]

Btw, is there an Obi discord channel?


RE: Obi Softbody BIND SKIN not working - josemendez - 03-07-2023

(03-07-2023, 03:00 PM)netjeenpetje Wrote: Hi,

We have a model that we wanted to bind skin on, and it worked fine, but after working on it for more it just stopped working all of the sudden. We can see that the particles for debugging move, but the mesh itself isn't moving. What could cause this problem?
[Image: 2023-07-03_15-59-18.gif]

Btw, is there an Obi discord channel?

Hi,

It's hard to say without knowing more about what changes you introduced since it last worked. If you're using some kind of version control system, you could simply go back to the latest working commit and work out any differences, but otherwise it's pretty much impossible to say without looking at the project directly. I can only give you a couple basic pointers:

- Make sure the mesh has "read/write" enabled in its import settings.
- Make sure you've hit ObiSoftbodySkinner's "bind skin" button after making any changes to the softbody blueprint.
- To rule out any scene serialization issues, try removing the ObiSoftbodyComponent and then re-adding it and clicking "Bind skin".


kind regards,


RE: Obi Softbody BIND SKIN not working - netjeenpetje - 03-07-2023

(03-07-2023, 03:14 PM)josemendez Wrote: Hi,

It's hard to say without knowing more about what changes you introduced since it last worked. If you're using some kind of version control system, you could simply go back to the latest working commit and work out any differences, but otherwise it's pretty much impossible to say without looking at the project directly. I can only give you a couple basic pointers:

- Make sure the mesh has "read/write" enabled in its import settings.
- Make sure you've hit ObiSoftbodySkinner's "bind skin" button after making any changes to the softbody blueprint.
- To rule out any scene serialization issues, try removing the ObiSoftbodyComponent and then re-adding it and clicking "Bind skin".


kind regards,

Hello, thanks for the quick reply.
We already tried the possible solutions above. It seems like this problem happened after we exported the model with the correct scale parameters in the blender export settings.
Does that give you a clue of what couldve gone wrong?


RE: Obi Softbody BIND SKIN not working - josemendez - 04-07-2023

(03-07-2023, 07:15 PM)netjeenpetje Wrote: Hello, thanks for the quick reply.
We already tried the possible solutions above. It seems like this problem happened after we exported the model with the correct scale parameters in the blender export settings.
Does that give you a clue of what couldve gone wrong?

Hi,

What do you mean by "correct scale parameters" in this context? There's no single "correct" settings when exporting a mesh, it all depends on what your goal is. Typically you'd want the transform scale to be 1 in all axis, so that the mesh size is consistent with world space units (1 meter in world space = 1 meter in object space).

What's the transform scale of the mesh in the scene? Also what are your ObiSoftbodySkinner component parameters?

kind regards,