MantisBT - ParaView
View Issue Details
0005711ParaView(No Category)public2007-09-14 09:192009-05-13 13:49
Rick Angelini 
Utkarsh Ayachit 
normalfeatureN/A
closedfixed 
 
Someday 
0005711: Restore STATE file from Command Line
Would like to be able to restore a STATE.pvsm file from the command line.

paraview --state=file.pvsm .....
No tags attached.
patch CmdOptloadStateFile.patch (3,241) 2008-08-25 03:23
https://www.vtk.org/Bug/file/6677/CmdOptloadStateFile.patch
Issue History
2007-09-14 09:19Rick AngeliniNew Issue
2008-04-15 09:50Berk GeveciStatusbacklog => @30@
2008-04-15 09:50Berk GeveciCategory => Someday
2008-08-25 03:22mirko heueggerNote Added: 0013164
2008-08-25 03:23mirko heueggerFile Added: CmdOptloadStateFile.patch
2008-09-08 09:51Utkarsh AyachitStatus@30@ => @80@
2008-09-08 09:51Utkarsh AyachitResolutionopen => fixed
2008-09-08 09:51Utkarsh AyachitAssigned To => Utkarsh Ayachit
2008-09-08 09:51Utkarsh AyachitNote Added: 0013345
2008-09-17 19:14Alan ScottStatus@80@ => closed
2008-09-17 19:14Alan ScottNote Added: 0013500
2009-05-13 13:49Utkarsh AyachitTarget Version => Someday
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0013164)
mirko heuegger   
2008-08-25 03:22   
Hello!
I wrote a simple patch (CmdOptloadStateFile.patch) that add this feature to the current csv branch.
This is done by calling 'onFileLoadServerState' in pqMainWindowCore::applicationInitia(stateFileName).
(0013345)
Utkarsh Ayachit   
2008-09-08 09:51   
Added new --state option to load state files from command line. Thanks to Mirko Heuegger for the patch.


/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVOptions.h,v <-- Servers/Common/vtkPVOptions.h
new revision: 1.23; previous revision: 1.22
/cvsroot/ParaView3/ParaView3/Servers/Common/vtkPVOptions.cxx,v <-- Servers/Common/vtkPVOptions.cxx
new revision: 1.45; previous revision: 1.44
/cvsroot/ParaView3/ParaView3/Qt/Components/pqMainWindowCore.cxx,v <-- Qt/Components/pqMainWindowCore.cxx
new revision: 1.289; previous revision: 1.288
(0013500)
Alan Scott   
2008-09-17 19:14   
Tested local paraview