MantisBT - ParaView
View Issue Details
0010470ParaViewBugpublic2010-03-26 15:282016-08-12 09:58
Dave DeMarle 
Dave DeMarle 
normalminoralways
closedmoved 
Development 
 
0010470: image data delivered to client looses all but the active scalars which results in bad things
connect to a parallel server
make sure rendering is on client side
make mandelbrot
apply any filter that adds new point arrays
  ex process id scalars, calculator filter w RESULT=coordsX
switch to color by iterations

problem is that when root node of server executes vtkImageAppend to merge all of the satellites data into one, it strips all but one of the arrays (and replaces the active scalar array with a 0 length array with no name.) It then sends that to the client, which doesn't know what to do and you get error messages.



No tags attached.
Issue History
2010-03-26 15:28Dave DeMarleNew Issue
2010-03-26 16:17Dave DeMarleNote Added: 0020018
2010-06-01 13:04Dave DeMarleStatusbacklog => tabled
2010-06-01 13:04Dave DeMarleAssigned To => Dave DeMarle
2010-06-24 16:35Dave DeMarleNote Added: 0021159
2016-08-12 09:58Kitware RobotNote Added: 0037800
2016-08-12 09:58Kitware RobotStatusexpired => closed
2016-08-12 09:58Kitware RobotResolutionopen => moved

Notes
(0020018)
Dave DeMarle   
2010-03-26 16:17   
Should be able to fix it by iterating over all arrays, setting each to be the active one, then calling append to merge that array, and inserting the result into the output, in turn.
(0021159)
Dave DeMarle   
2010-06-24 16:35   
This was fixed in the master and submitted for inclusion in 3.8.1
(0037800)
Kitware Robot   
2016-08-12 09:58   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.