MantisBT - ParaView
View Issue Details
0007612ParaView(No Category)public2008-09-05 10:202008-09-08 17:41
Brad King 
Utkarsh Ayachit 
normalmajoralways
closedfixed 
 
 
0007612: Array selection on vtp reader does not work
1.) Create a sphere
2.) Apply an Elevation filter
3.) Save the data as vtp
4.) Delete all
5.) Load the data, but uncheck the arrays
6.) The arrays still appear when the data are read
No tags attached.
Issue History
2008-09-05 10:20Brad KingNew Issue
2008-09-05 16:32Utkarsh AyachitStatusbacklog => @80@
2008-09-05 16:32Utkarsh AyachitResolutionopen => fixed
2008-09-05 16:32Utkarsh AyachitAssigned To => Utkarsh Ayachit
2008-09-05 16:32Utkarsh AyachitNote Added: 0013313
2008-09-08 17:41Alan ScottStatus@80@ => closed
2008-09-08 17:41Alan ScottNote Added: 0013367
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0013313)
Utkarsh Ayachit   
2008-09-05 16:32   
XMLReader were disregarding the user-array selection, all array were always
loaded. The problem was introduced due to a fix for BUG 0006779 to handle partial
arrays in composite datasets. Reworked that fix by clearing the array selection
when the reader is used by the vtkXMLCompositeDataReader to read a block.

/cvsroot/ParaView3/ParaView3/VTK/IO/vtkXMLCompositeDataReader.cxx,v <-- VTK/IO/vtkXMLCompositeDataReader.cxx
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/VTK/IO/vtkXMLReader.cxx,v <-- VTK/IO/vtkXMLReader.cxx
new revision: 1.54; previous revision: 1.53
(0013367)
Alan Scott   
2008-09-08 17:41   
Tested client/server.