MantisBT - ParaView
View Issue Details
0005988ParaView(No Category)public2007-11-01 09:262009-05-13 13:47
Utkarsh Ayachit 
Utkarsh Ayachit 
normalfeaturealways
closedfixed 
 
3.6 
0005988: Load file series from command line
It must be possible to load a series of files from the command line.
http://public.kitware.com/pipermail/paraview/2007-October/006151.html [^]
No tags attached.
Issue History
2007-11-01 09:26Utkarsh AyachitNew Issue
2008-04-08 11:33Ken MorelandNote Added: 0011154
2008-04-08 11:33Ken MorelandStatusbacklog => tabled
2008-04-08 11:33Ken MorelandAssigned To => Utkarsh Ayachit
2008-04-08 11:33Ken MorelandCategoryDevelopment => 3.4
2008-05-01 13:41Berk GeveciCategory3.4 => 3.6
2008-08-27 16:16Utkarsh AyachitStatustabled => @80@
2008-08-27 16:16Utkarsh AyachitResolutionopen => fixed
2008-08-27 16:16Utkarsh AyachitNote Added: 0013214
2008-09-02 21:42Alan ScottStatus@80@ => closed
2008-09-02 21:42Alan ScottNote Added: 0013272
2009-05-13 13:47Utkarsh AyachitTarget Version => 3.6
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0011154)
Ken Moreland   
2008-04-08 11:33   
This doesn't sound hard to implement. If it is, perhaps we should defer to 3.6.
(0013214)
Utkarsh Ayachit   
2008-08-27 16:16   
To specify file series replace the numeral with a '.' eg. my0.vtk, my1.vtk...myN.vtk becomes my..vtk

eg.
./bin/paraview --data=/home/ParaViewData/Data/FileSeries/blow..vtk

Loads blow0.vtk, blow1.vtk etc
(0013272)
Alan Scott   
2008-09-02 21:42   
Tested local client only.