MantisBT - ParaView
View Issue Details
0007553ParaView(No Category)public2008-08-26 17:192009-05-13 13:47
Ken Moreland 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
3.6 
0007553: Default glyph scaling crazy bad
The default scaling used for glyphs is really, really bad. To replicate:

1. Create a sphere source.
2. Add a glyph filter with all the defaults.

The resulting arrows will be scaled HUGE.
No tags attached.
related to 0007690closed Utkarsh Ayachit Glyph auto scale factor not always updating 
Issue History
2008-08-26 17:19Ken MorelandNew Issue
2008-09-16 16:38Utkarsh AyachitStatusbacklog => tabled
2008-09-16 16:38Utkarsh AyachitAssigned To => Utkarsh Ayachit
2008-09-16 22:04Ken MorelandRelationship addedrelated to 0007690
2008-09-17 09:43Utkarsh AyachitStatustabled => @80@
2008-09-17 09:43Utkarsh AyachitResolutionopen => fixed
2008-09-17 09:43Utkarsh AyachitNote Added: 0013486
2008-09-26 20:07Alan ScottStatus@80@ => closed
2008-09-26 20:07Alan ScottNote Added: 0013605
2009-05-13 13:47Utkarsh AyachitTarget Version => 3.6
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0013486)
Utkarsh Ayachit   
2008-09-17 09:43   
BUG: Fixed BUG 0007690. The updating of the scale-factor was happenning before the
property was pushed to the server mananger hence it was using obsolete values.
Fixed by using Qt::QueuedConnection for the signal-slot connection.
BUG: Fixed BUG 0007553. Needed to min-clamp the divisor for scaling to 1.0.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqGlyphPanel.cxx,v <-- Qt/Components/pqGlyphPanel.cxx
new revision: 1.6; previous revision: 1.5
(0013605)
Alan Scott   
2008-09-26 20:07   
Fantastic!!!! This fixes the problem with initial conditions for all vector lengths for glyphs, including with can!

Great!

Tested local client.