View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014817ParaView(No Category)public2014-06-23 10:312016-08-12 09:59
Reporterlivia.barazzetti 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version4.1 
Target VersionFixed in Version 
Summary0014817: PassArrays doens't give output if 3D view
DescriptionThe 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
TagsNo tags attached.
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0038585)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2014-06-23 10:31 livia.barazzetti New Issue
2016-08-12 09:59 Kitware Robot Note Added: 0038585
2016-08-12 09:59 Kitware Robot Status backlog => closed
2016-08-12 09:59 Kitware Robot Resolution open => moved
2016-08-12 09:59 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team