MantisBT - ParaView
View Issue Details
0007462ParaView(No Category)public2008-08-06 11:412009-05-13 13:59
olesen 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
3.43.4 
0007462: The time selector and animation slider are out-of-sync (snap-to-timesteps mode) and time-step values are rounded strangely.
The slider values (animation view) are out-of-sync.
The attached file illustrates the problem.

$ paraview --data=animationProblem/Ensight.case (little endian binary)

The object inspector shows time steps identical to the case file.
The animation inspector and animation view show the time range ending at 5.9999999848427e-5 instead of 6.0e-5.

Using "snap to timesteps" mode and advancing from step 0 (t=0) to step 1 (t=2.758e-5), the slider remains at t=0. Advancing to step 2 (4e-5), the slide moves to t=2.758e-5.
Moving back to step 1, the slider advances to t=4e-5 !





RFE:
In the animation inspector, the start and end times have a spin box that is activated in snap-to-timestep mode.
The same functionality in the animation view would be extremely useful.
No tags attached.
bz2 animationProblem.tar.bz2 (1,360,525) 2008-08-06 11:46
https://www.vtk.org/Bug/file/6654/animationProblem.tar.bz2
Issue History
2008-08-06 11:41olesenNew Issue
2008-08-06 11:46olesenFile Added: animationProblem.tar.bz2
2008-08-14 13:46Ken MorelandStatusbacklog => tabled
2008-08-14 13:46Ken MorelandAssigned To => Utkarsh Ayachit
2008-08-21 12:26Utkarsh AyachitStatustabled => @80@
2008-08-21 12:26Utkarsh AyachitResolutionopen => fixed
2008-08-21 12:26Utkarsh AyachitNote Added: 0013128
2008-08-25 12:46Alan ScottStatus@80@ => closed
2008-08-25 12:46Alan ScottNote Added: 0013176
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
(0013128)
Utkarsh Ayachit   
2008-08-21 12:26   
AnimationView was not showing tick marks at correct locations in Snap-To-TimeSteps mode, consequently using the animation view, it was possible to go to a non-snapped time step. Also AnimationViewWidget was directly using the vtkSMAnimationSceneProxy::AnimationTime to decide on the current time, instead of the property which resulted in the widget using some old value (which was easy to reproduce by simply going to the next timestep using the spinbox in the toolbar). Fixed that.


/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimationViewWidget.cxx,v <-- Qt/Components/pqAnimationViewWidget.cxx
new revision: 1.33; previous revision: 1.32
/cvsroot/ParaView3/ParaView3/Qt/Widgets/pqAnimationModel.cxx,v <-- Qt/Widgets/pqAnimationModel.cxx
new revision: 1.29; previous revision: 1.28
/cvsroot/ParaView3/ParaView3/Qt/Widgets/pqAnimationModel.h,v <-- Qt/Widgets/pqAnimationModel.h
new revision: 1.12; previous revision: 1.11
(0013176)
Alan Scott   
2008-08-25 12:46   
Tested local client