MantisBT - ParaView
View Issue Details
0006645ParaView(No Category)public2008-03-24 15:192008-04-01 17:29
Kent Eschenberg 
Utkarsh Ayachit 
normalmajoralways
closedfixed 
 
 
0006645: Cannot Save Animation Frames from Python
The bug reporting software does not allow me to select the correct options for the following so I'll provide the info here:

   Category: 3.2.1
   Product Version: standard

After recording a few frames with pvpython or pvbatch, using OpenGL, the program crashes. The frames made up to the crash look correct.
Works fine when linked to Mesa.
No tags attached.
? t6.py (485) 2008-03-24 15:19
https://www.vtk.org/Bug/file/6360/t6.py
Issue History
2008-03-24 15:19Kent EschenbergNew Issue
2008-03-24 15:19Kent EschenbergFile Added: t6.py
2008-03-28 13:59Utkarsh AyachitNote Added: 0010959
2008-03-31 16:43Utkarsh AyachitStatusbacklog => @80@
2008-03-31 16:43Utkarsh AyachitResolutionopen => fixed
2008-03-31 16:43Utkarsh AyachitAssigned To => Utkarsh Ayachit
2008-03-31 16:43Utkarsh AyachitNote Added: 0011002
2008-04-01 17:29Alan ScottStatus@80@ => closed
2008-04-01 17:29Alan ScottNote Added: 0011026
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0010959)
Utkarsh Ayachit   
2008-03-28 13:59   
The destroying and creating of windows when saving each frame (with offscreen rendering enabled) may be causing this problem. We should avoid this.
(0011002)
Utkarsh Ayachit   
2008-03-31 16:43   
Avoids creation/destruction of window when each frame is saved.

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMAnimationSceneImageWriter.cxx,v <-- Servers/ServerManager/vtkSMAnimationSceneImageWriter.cxx
new revision: 1.12; previous revision: 1.11
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMRenderViewProxy.cxx,v <-- Servers/ServerManager/vtkSMRenderViewProxy.cxx
new revision: 1.65; previous revision: 1.64
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMRenderViewProxy.h,v <-- Servers/ServerManager/vtkSMRenderViewProxy.h
new revision: 1.28; previous revision: 1.27
(0011026)
Alan Scott   
2008-04-01 17:29   
Not tested.