MantisBT - ParaView
View Issue Details
0014817ParaView(No Category)public2014-06-23 10:312016-08-12 09:59
livia.barazzetti 
Kitware Robot 
normalminorhave not tried
closedmoved 
4.1 
 
TBD
incorrect functionality
0014817: PassArrays doens't give output if 3D view
The PassArrays filter doesn't give any output when the current layout is 3D view (the information panel reports only NA)
After visualizing the object in Spreadsheet view, it's updated and the output is correct.
(not sure if it's part of 0013216 )

To reproduce:

Sphere1 = Sphere()

RenderView1 = GetRenderView()
DataRepresentation1 = Show()
DataRepresentation1.ScaleFactor = 0.1
DataRepresentation1.SelectionPointFieldDataArrayName = 'Normals'
DataRepresentation1.EdgeColor = [0.0, 0.0, 0.5000076295109483]

PassArrays1 = PassArrays()

RenderView1.CameraPosition = [0.0, 0.0, 3.2903743041222895]
RenderView1.CameraClippingRange = [2.2624705610810665, 4.592229918684124]
RenderView1.CameraParallelScale = 0.8516115354228021

Render()
#at this point pass arrays is NA
AnimationScene1 = GetAnimationScene()
SpreadSheetView1 = CreateRenderView()
SpreadSheetView1.ViewTime = 0.0

DataRepresentation2 = Show()
DataRepresentation2.FieldAssociation = 'Field Data'

AnimationScene1.ViewModules = [ RenderView1, SpreadSheetView1 ]

Render()
#now the output is correct
No tags attached.
Issue History
2014-06-23 10:31livia.barazzettiNew Issue
2016-08-12 09:59Kitware RobotNote Added: 0038585
2016-08-12 09:59Kitware RobotStatusbacklog => closed
2016-08-12 09:59Kitware RobotResolutionopen => moved
2016-08-12 09:59Kitware RobotAssigned To => Kitware Robot

Notes
(0038585)
Kitware Robot   
2016-08-12 09:59   
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.