MantisBT - ParaView
View Issue Details
0013343ParaView(No Category)public2012-08-07 09:182014-01-07 17:56
Dave DeMarle 
Sebastien Jourdain 
highminorhave not tried
closedfixed 
git-master 
4.04.0 
TBD
13343_fix_time_serie_visit_readers
incorrect functionality
0013343: file series reader incompatible with visitbridge plugins
VisItBridge plugins for single timestep file formats don't work in master now that they try to use file series reader proxy to get numbered file time support.

Compile PV/Examples/Plugins/VisItReader and open a .cas file.
You get this error message:

ERROR: In /Source/ParaView/dashboards/ParaView/VTK/Common/ExecutionModel/vtkDemandDrivenPipeline.cxx, line 816
vtkPVPostFilterExecutive (0x135ef90): Input for connection index 0 on input port index 0 for algorithm vtkPVPostFilter(0x1f62c90) is of type vtkDataObject, but a vtkPolyData is required.

If you take out the file series reader from the mix with the attached patch, the problem goes away and the file loads properly. (NOTE: The </SourceProxy>\n</ProxyGroup> in that patch will be in master by the time anyway gets to this so you will probably have to edit the patch.



No tags attached.
? patch (2,346) 2012-08-07 09:18
https://www.vtk.org/Bug/file/9243/patch
Issue History
2012-08-07 09:18Dave DeMarleNew Issue
2012-08-07 09:18Dave DeMarleAssigned To => Utkarsh Ayachit
2012-08-07 09:18Dave DeMarleFile Added: patch
2012-10-18 14:11Utkarsh AyachitTarget Version => 4.0
2012-10-22 16:21Dave DeMarleAssigned ToUtkarsh Ayachit => Dave DeMarle
2012-10-22 16:22Dave DeMarleStatusbacklog => todo
2012-10-22 16:22Dave DeMarleStatustodo => active development
2012-10-26 16:40Dave DeMarleNote Added: 0029531
2012-11-08 13:03Dave DeMarleStatusactive development => todo
2013-02-07 11:42Utkarsh AyachitAssigned ToDave DeMarle => Utkarsh Ayachit
2013-02-07 11:42Utkarsh AyachitPrioritynormal => high
2013-04-26 14:15Utkarsh AyachitAssigned ToUtkarsh Ayachit => Sebastien Jourdain
2013-04-29 13:24Sebastien JourdainStatustodo => active development
2013-04-30 09:54Sebastien JourdainTopic Name => 13343_fix_time_serie_visit_readers
2013-04-30 09:54Sebastien JourdainStatusactive development => gatekeeper review
2013-04-30 09:54Sebastien JourdainResolutionopen => fixed
2013-05-02 09:55Utkarsh AyachitFixed in Version => git-master
2013-05-02 09:55Utkarsh AyachitStatusgatekeeper review => backlog
2013-05-02 09:55Utkarsh AyachitNote Added: 0030674
2013-05-02 11:23Utkarsh AyachitStatusbacklog => gatekeeper review
2013-05-02 11:23Utkarsh AyachitStatusgatekeeper review => customer review
2013-05-18 20:00Utkarsh AyachitFixed in Versiongit-master => 4.0
2014-01-07 17:56Alan ScottNote Added: 0032145
2014-01-07 17:56Alan ScottStatuscustomer review => closed

Notes
(0029531)
Dave DeMarle   
2012-10-26 16:40   
The bug behaves differently today then when it was reported which was way back just before ParaView was modularized [c4695098].

Now:
* - paraview simply crashes when you open the .case file in ParaViewData/VisItBridge. This may or may not have anything to do with time series.
* - the XML file that the patch changes is no longer used by the visitbrige databases built inside ParaView, so changing it has no effect.
(0030674)
Utkarsh Ayachit   
2013-05-02 09:55   
SUMMARY
---------------------------------------------
Topics merged into master:
        0013923-Move-DataAnalysis-Toolbar
        12412_enable_pass_data_MaterialInterfaceFilter
        13343_fix_time_serie_visit_readers
        13968-disable-invalid-proxy-when-mpi-off
(VTK) 13984_64bit_headers_for_xml_writers
        clean_coprocessing_python
        fix_collaboration_import
(VTK) nudge-vtk
        panel_cleanups
        perlin-noise
        scalarbar_from_vtk


---------------------------------------------
(0032145)
Alan Scott   
2014-01-07 17:56   
Closing due to age of the bug. Not tested.