MantisBT - ParaView
View Issue Details
0003887ParaView(No Category)public2006-10-06 18:402006-12-18 18:57
Ken Moreland 
Utkarsh Ayachit 
urgentminoralways
closedopen 
 
 
0003887: Stream tracer parameter initialization.
The "Radius" and "Max. Propagation" parameters of the stream tracer filter should be initialized to values based on the bounds of the input object, as they are in ParaView 2. Right now they are always initialized to 1.
No tags attached.
Issue History
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0005919)
Utkarsh Ayachit   
2006-12-08 10:04   
vtkSMDomain now supports API SetDefaultValues() which can be called to reset a property to a default value for properties whose default must be determined at runtime. GUI resets all properties when in creates and initializes sources/filters. Hence properties such as Radius, Max. Propagation get corrently initialized.