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)
Code: Select all
scene.simulate(startFrame, endFrame)
Code: Select all
if something:
scene.simulate(stop)
Code: Select all
scene.setCurrentFrame( scene.getMaxFrames() )