MantisBT - ParaView
View Issue Details
0005421ParaView(No Category)public2007-07-27 11:192007-08-23 09:13
Ken Moreland 
Utkarsh Ayachit 
highmajoralways
closedfixed 
 
 
0005421: Disconnect server animation not working with exodus files
In client/server mode, load the can.ex2 dataset. Adjust the camera so that you can see the can crush and then save the animation with the disconnect and save option enabled. When the animation is written out, it will have the same image in every frame.
No tags attached.
Issue History
2007-08-13 15:02Berk GeveciAssigned ToBerk Geveci => Utkarsh Ayachit
2007-08-21 09:19Utkarsh AyachitStatustabled => @80@
2007-08-21 09:19Utkarsh AyachitResolutionopen => fixed
2007-08-21 09:19Utkarsh AyachitNote Added: 0008536
2007-08-21 09:20Utkarsh AyachitNote Added: 0008537
2007-08-23 09:13Ken MorelandStatus@80@ => closed
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0008536)
Utkarsh Ayachit   
2007-08-21 09:19   
The links between views and time keeper were not registered with proxy manager. As a result, when the state was loaded on the server side, playing the animation (which changes the time on time keeper) never affected the views. Simply registering these links would make it difficult to avoid duplicate links when state is loaded. Instead added a "Views" property to the timekeeper which setups up the view links.
(0008537)
Utkarsh Ayachit   
2007-08-21 09:20   
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/CMakeLists.txt,v <-- CMakeLists.txt
new revision: 1.196; previous revision: 1.195
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMServerProxyManagerReviver.cxx,v <-- vtkSMServerProxyManagerReviver.cxx
new revision: 1.8; previous revision: 1.7
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMTimeKeeperProxy.cxx,v <-- vtkSMTimeKeeperProxy.cxx
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMTimeKeeperProxy.h,v <-- vtkSMTimeKeeperProxy.h
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/utilities.xml,v <-- utilities.xml
new revision: 1.130; previous revision: 1.129
/cvsroot/ParaView3/ParaView3/Qt/Components/pqStateLoader.cxx,v <-- pqStateLoader.cxx
new revision: 1.12; previous revision: 1.11
/cvsroot/ParaView3/ParaView3/Qt/Components/pqUndoStackBuilder.cxx,v <-- pqUndoStackBuilder.cxx
new revision: 1.5; previous revision: 1.4
/cvsroot/ParaView3/ParaView3/Qt/Core/pqTimeKeeper.cxx,v <-- pqTimeKeeper.cxx
new revision: 1.12; previous revision: 1.11
/cvsroot/ParaView3/ParaView3/Qt/Core/pqTimeKeeper.h,v <-- pqTimeKeeper.h
new revision: 1.8; previous revision: 1.7
/cvsroot/ParaView3/ParaView3/Qt/Core/pqView.cxx,v <-- pqView.cxx
new revision: 1.5; previous revision: 1.4