Python API for soft body simulation?

Hi there,

Would anyone know if it’s possible to control soft body simulation from python?

Thanks a lot.

-D

What do you mean “control”?

You can, though, access and assign Object’s softbody data. Take a look at:
Softbody Documentation

And the functions similar to it. I suppose you could put interacting objects with it via python as well.

If by control you mean vertex level access I don’t think you can.

That’s what I’m looking for, thanks! But then how do you enable softbody simulation from python? :confused:

-D

I don’t believe its possible to start a softbody simulation from python, its only possible to set up its paramaters.

^^ thanks a lot!