Question: Is there a way to use the RecalcAll in Python?

Hi,

I am having problems getting a particle stream to follow a mesh. I am moving the mesh with a Python script and a datafile. If I hit the RecalcAll button after each frame the particles will move to the new location but be stuck there if I don’t hit it again.

Is there a way to recalculate in Python?

Thanks

in 2.28a, yes.

Martin

That’s great that it will. Could you explain how I would go about implementing that a little bit more?

Thanks

With a Script Link to framechange.

Go to the Script Buttons window, add a new script link, type the name of the script, and you should be all set.

Martin