MantisBT - ParaView
View Issue Details
0007457ParaView(No Category)public2008-08-06 06:402009-05-13 13:59
Sven Buijssen 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
3.43.4 
0007457: StreamTracer: "Center on Bounds" resets radius
Using the two files from the bug report http://paraview.org/Bug/view.php?id=7395, [^] load the state file into paraview, change seed type to "point source", press "apply". (Strangely enough, you don't see any streamlines then. I'm not sure, though, whether that's a bug.)
Then press "Center on Bounds" buttons and notice that the radius changes from default 0.1 to 0.

It happens for the distributed Linux binary paraview-3.2.1-Linux-x86.tar.gz as well as for a top of CVS build.
No tags attached.
Issue History
2008-08-06 06:40Sven BuijssenNew Issue
2008-08-14 13:44Ken MorelandStatusbacklog => tabled
2008-08-14 13:44Ken MorelandAssigned To => Utkarsh Ayachit
2008-08-19 14:58Utkarsh AyachitStatustabled => @80@
2008-08-19 14:58Utkarsh AyachitResolutionopen => fixed
2008-08-19 14:58Utkarsh AyachitNote Added: 0013075
2008-09-02 21:11Alan ScottStatus@80@ => closed
2008-09-02 21:11Alan ScottNote Added: 0013260
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0013075)
Utkarsh Ayachit   
2008-08-19 14:58   
When the widget choice is changed, reset the bounds for the widget. This
fixes the "no streamlines shown" part of BUG 0007457.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqStreamTracerPanel.cxx,v <-- Qt/Components/pqStreamTracerPanel.cxx
new revision: 1.35; previous revision: 1.34


The resetting of the radius to 0 is not a big since, this is a 2D dataset and then minimum diagonal is 0 (which is used to determine the default radius).
(0013260)
Alan Scott   
2008-09-02 21:11   
The state file crashes, and I don't know how to debug it. Assuming amazing Utkarsh fixed it.