MantisBT - ParaView |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013343 | ParaView | (No Category) | public | 2012-08-07 09:18 | 2014-01-07 17:56 |
|
Reporter | Dave DeMarle | |
Assigned To | Sebastien Jourdain | |
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | git-master | |
Target Version | 4.0 | Fixed in Version | 4.0 | |
Project | TBD |
Topic Name | 13343_fix_time_serie_visit_readers |
Type | incorrect functionality |
|
Summary | 0013343: file series reader incompatible with visitbridge plugins |
Description | 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.
|
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | patch (2,346) 2012-08-07 09:18 https://www.vtk.org/Bug/file/9243/patch |
|
Issue History |
Date Modified | Username | Field | Change |
2012-08-07 09:18 | Dave DeMarle | New Issue | |
2012-08-07 09:18 | Dave DeMarle | Assigned To | => Utkarsh Ayachit |
2012-08-07 09:18 | Dave DeMarle | File Added: patch | |
2012-10-18 14:11 | Utkarsh Ayachit | Target Version | => 4.0 |
2012-10-22 16:21 | Dave DeMarle | Assigned To | Utkarsh Ayachit => Dave DeMarle |
2012-10-22 16:22 | Dave DeMarle | Status | backlog => todo |
2012-10-22 16:22 | Dave DeMarle | Status | todo => active development |
2012-10-26 16:40 | Dave DeMarle | Note Added: 0029531 | |
2012-11-08 13:03 | Dave DeMarle | Status | active development => todo |
2013-02-07 11:42 | Utkarsh Ayachit | Assigned To | Dave DeMarle => Utkarsh Ayachit |
2013-02-07 11:42 | Utkarsh Ayachit | Priority | normal => high |
2013-04-26 14:15 | Utkarsh Ayachit | Assigned To | Utkarsh Ayachit => Sebastien Jourdain |
2013-04-29 13:24 | Sebastien Jourdain | Status | todo => active development |
2013-04-30 09:54 | Sebastien Jourdain | Topic Name | => 13343_fix_time_serie_visit_readers |
2013-04-30 09:54 | Sebastien Jourdain | Status | active development => gatekeeper review |
2013-04-30 09:54 | Sebastien Jourdain | Resolution | open => fixed |
2013-05-02 09:55 | Utkarsh Ayachit | Fixed in Version | => git-master |
2013-05-02 09:55 | Utkarsh Ayachit | Status | gatekeeper review => backlog |
2013-05-02 09:55 | Utkarsh Ayachit | Note Added: 0030674 | |
2013-05-02 11:23 | Utkarsh Ayachit | Status | backlog => gatekeeper review |
2013-05-02 11:23 | Utkarsh Ayachit | Status | gatekeeper review => customer review |
2013-05-18 20:00 | Utkarsh Ayachit | Fixed in Version | git-master => 4.0 |
2014-01-07 17:56 | Alan Scott | Note Added: 0032145 | |
2014-01-07 17:56 | Alan Scott | Status | customer 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. |
|