MantisBT - ParaView
View Issue Details
0008385ParaView(No Category)public2009-01-15 15:332009-05-13 13:46
Robert Maynard 
Utkarsh Ayachit 
normalmajoralways
closedfixed 
Apple MacOS X10.4.10
 
3.6 
0008385: pq3DWidget Ignores multiple output port objects
if you create a filter which has a 3d widget it gets information like the boundary box size from the first output port object. This is a problem, and can be severe if the first port is null. I have included a patch to fix this problem.
No tags attached.
related to 0008242closed Utkarsh Ayachit Bounds are obtained from the first output 
diff 3dwidgetpatch.diff (842) 2009-01-15 15:33
https://www.vtk.org/Bug/file/6992/3dwidgetpatch.diff
Issue History
2009-01-15 15:33Robert MaynardNew Issue
2009-01-15 15:33Robert MaynardFile Added: 3dwidgetpatch.diff
2009-02-17 16:38Utkarsh AyachitRelationship addedrelated to 0008242
2009-02-17 16:39Utkarsh AyachitStatusbacklog => tabled
2009-02-17 16:39Utkarsh AyachitAssigned To => Utkarsh Ayachit
2009-02-17 16:39Utkarsh AyachitCategory3.4 => 3.6
2009-02-18 15:50Utkarsh AyachitNote Added: 0015171
2009-02-18 15:50Utkarsh AyachitStatustabled => @80@
2009-02-18 15:50Utkarsh AyachitResolutionopen => fixed
2009-02-18 17:19Alan ScottNote Added: 0015186
2009-02-18 17:19Alan ScottStatus@80@ => closed
2009-05-13 13:46Utkarsh AyachitTarget Version => 3.6
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0015171)
Utkarsh Ayachit   
2009-02-18 15:50   
/cvsroot/ParaView3/ParaView3/Qt/Components/pqStreamTracerPanel.cxx,v <-- Qt/Components/pqStreamTracerPanel.cxx
new revision: 1.36; previous revision: 1.35
/cvsroot/ParaView3/ParaView3/Qt/Components/pqParticleTracerPanel.cxx,v <-- Qt/Components/pqParticleTracerPanel.cxx
new revision: 1.9; previous revision: 1.8
/cvsroot/ParaView3/ParaView3/Qt/Components/pq3DWidget.cxx,v <-- Qt/Components/pq3DWidget.cxx
new revision: 1.32; previous revision: 1.31
(0015186)
Alan Scott   
2009-02-18 17:19   
Not tested.