MantisBT - ParaView
View Issue Details
0005197ParaView(No Category)public2007-06-15 10:432007-08-29 12:06
Amy Squillacote 
Dave DeMarle 
normalmajoralways
closedfixed 
 
 
0005197: pvpython Fetch and multi-block data
When multi-block / composite data is loaded using pvpython, Fetch does not return real data. The dataset returned from Fetch has the type of
one of the sub-blocks, but it's empty (no cells, points, attribute data, etc.).

In the attached python script that demonstrates this problem, the DataDir should be set to VTKData (not ParaViewData).
No tags attached.
? VRMLSource.py (707) 1969-12-31 19:00
https://www.vtk.org/Bug/file/6033/VRMLSource.py
Issue History
2007-08-28 16:35Dave DeMarleNote Added: 0008725
2007-08-28 16:37Dave DeMarleStatustabled => @80@
2007-08-28 16:37Dave DeMarleCategory => 3.2
2007-08-29 12:06Ken MorelandStatus@80@ => closed
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0007963)
user521   
2007-06-29 12:03   
Committed changes to fetch, vtkCommunicator, vtkclientserverdeliver and vtkReductionFilter on 6-26 and 6-28 to deliver composite data properly.

I have not finished verifying it so I will not mark this as resolved yet.

(0008725)
Dave DeMarle   
2007-08-28 16:35   
I finished Fetch for vtkCompositeDataSets on 2007-08-09.