MantisBT - ParaView
View Issue Details
0008108ParaView(No Category)public2008-11-17 16:322009-05-13 13:46
Alan Scott 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
3.6 
0008108: Animation view ranges are wrong
ParaView trunk, XP, local server
* Sources/Sphere/ Accept.
* View/ Animation View.
* Sphere1/ Start Theta/ Click blue plus sign.

Bug - Range displays as 0 to 0, although the second (right) 0 is actually 360 and is displaying incorrectly.
No tags attached.
has duplicate 0007325closed Utkarsh Ayachit Animation view is not correctly showing values 
related to 0007707closed Utkarsh Ayachit Animation tracks not resizing 
Issue History
2008-11-17 16:32Alan ScottNew Issue
2008-11-17 16:41Utkarsh AyachitRelationship addedduplicate of 0007707
2008-11-18 16:41Utkarsh AyachitRelationship deleted0007707
2008-11-18 16:41Utkarsh AyachitRelationship addedrelated to 0007707
2009-02-17 15:03Utkarsh AyachitStatusbacklog => tabled
2009-02-17 15:03Utkarsh AyachitAssigned To => Utkarsh Ayachit
2009-02-17 15:04Utkarsh AyachitCategory3.4 => 3.6
2009-02-18 09:27Utkarsh AyachitRelationship addedhas duplicate 0007325
2009-02-18 15:27Utkarsh AyachitNote Added: 0015165
2009-02-18 15:27Utkarsh AyachitStatustabled => @80@
2009-02-18 15:27Utkarsh AyachitResolutionopen => fixed
2009-02-18 21:46Alan ScottNote Added: 0015204
2009-02-18 21:46Alan ScottStatus@80@ => closed
2009-05-13 13:46Utkarsh AyachitTarget Version => 3.6
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0015165)
Utkarsh Ayachit   
2009-02-18 15:27   
The chain of modification events from keyframes to the cue
was broken, consequently the GUI would never realize when values changed and
hence the GUI showed incorrect values. Fixed that.


/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMAnimationCueProxy.cxx,v <-- Servers/ServerManager/vtkSMAnimationCueProxy.cxx
new revision: 1.27; previous revision: 1.26
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMCompositeKeyFrameProxy.cxx,v <-- Servers/ServerManager/vtkSMCompositeKeyFrameProxy.cxx
new revision: 1.6; previous revision: 1.5
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMCompositeKeyFrameProxy.h,v <-- Servers/ServerManager/vtkSMCompositeKeyFrameProxy.h
new revision: 1.5; previous revision: 1.4
/cvsroot/ParaView3/ParaView3/Qt/Components/pqKeyFrameEditor.cxx,v <-- Qt/Components/pqKeyFrameEditor.cxx
new revision: 1.27; previous revision: 1.26
(0015204)
Alan Scott   
2009-02-18 21:46   
Tested client/remote server.