← Back to team overview

yade-users team mailing list archive

Re: 3d view output

 


I am using YADE bzr2486. I'm not sure if this version include the 'SnapshotEngine'.
After 0.50, it was moved to the yade.qt module (and for some reason is not in the docs for that module?), you have to do something like

from yade import qt
O.engines=[
    ...
    qt.SnapshotEngine(...),
    ...
]

HTH, Vaclav




Follow ups

References