Question #187058 on Yade changed: https://answers.launchpad.net/yade/+question/187058
tranviet proposed the following answer: Hello, This also happens to me. To create videos, I have to do this way, for ex: O.engines = O.engines+[KinemDirectShearCompEngine(compSpeed =0.01,sigma_save=(),temoin_save=(),targetSigma = compress_stress,LOG=False)] O.run(10000,True) O.engines = O.engines + [qt.SnapshotEngine(iterPeriod = 500,fileBase='./video-',label='snapshooter')] O.engines=O.engines + [KinemDirectShearMovingEngine(shearSpeed = 0.01 ,gamma_save=(),temoin_save=(),targetSigma = compress_stress,gammalim=0.03,LOG=False)] And when the control board appears, press the Start (or Play) button, it will work. Don't type: O.run(XXX,True) in your script ( I don't know why) Hope it helps you. Cheers, Viet -- You received this question notification because you are a member of yade-users, which is an answer contact for Yade. _______________________________________________ Mailing list: https://launchpad.net/~yade-users Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-users More help : https://help.launchpad.net/ListHelp

