Stop simulation via python
Posted: Tue Jan 18, 2011 1:25 pm
Hello,
is it possible to stop a simulation via python? I can only see the code for:
I would like to wirte something like:
Cheers
is it possible to stop a simulation via python? I can only see the code for:
Code: Select all
scene.simulate(startFrame, endFrame)Code: Select all
if something:
scene.simulate(stop)