yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #05617
new trunk features you might find useful :-)
Hi there,
there are a few additions to trunk you might miss if you don't read
commit msgs.
1. The --rebuild options which will run scons in the source dir before
running the simulation. Something like
$ yade-xyz --rebuild mySimulation.py
2. The Engine.dead attribute; this is meant to add an engine to
O.engines and activate it later by saying e.dead=False. This should
solve the problem Anton raised recently on how to add an engine from
python func called inside the engine loop: put the engine to O.engines
from the very start, but in the dead state, then just resurrect it.
Cheers,
cv
Follow ups