MantisBT - ParaView
View Issue Details
0004438ParaView(No Category)public2007-02-12 16:122007-08-30 15:04
Ken Moreland 
Clinton Stimpson 
highminoralways
closedfixed 
 
 
0004438: Cannot decouple pipeline time from animation
There is no way (that I can see) to decouple the pipeline time from the animation time. That is, if I load a file that support time (like Exodus), then I cannot create an animation that does not step through time in the file.
No tags attached.
Issue History
2007-08-13 16:19Berk GeveciPrioritynormal => high
2007-08-20 15:53Utkarsh AyachitStatustabled => @80@
2007-08-20 15:53Utkarsh AyachitResolutionopen => fixed
2007-08-20 15:53Utkarsh AyachitNote Added: 0008528
2007-08-21 11:54Ken MorelandNote Added: 0008540
2007-08-23 17:10Berk GeveciCategory => 3.2
2007-08-28 17:20Ken MorelandAssigned ToUtkarsh Ayachit => Clinton Stimpson
2007-08-28 17:20Ken MorelandStatus@80@ => @20@
2007-08-28 17:20Ken MorelandResolutionfixed => reopened
2007-08-28 17:20Ken MorelandNote Added: 0008727
2007-08-28 18:30Clinton StimpsonStatus@20@ => @80@
2007-08-28 18:30Clinton StimpsonResolutionreopened => fixed
2007-08-28 18:30Clinton StimpsonNote Added: 0008730
2007-08-29 12:04Ken MorelandStatus@80@ => @20@
2007-08-29 12:04Ken MorelandResolutionfixed => reopened
2007-08-29 12:04Ken MorelandNote Added: 0008735
2007-08-29 13:49Clinton StimpsonStatus@20@ => @80@
2007-08-29 13:49Clinton StimpsonResolutionreopened => fixed
2007-08-29 13:49Clinton StimpsonNote Added: 0008744
2007-08-30 15:04Ken MorelandStatus@80@ => closed
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0008528)
Utkarsh Ayachit   
2007-08-20 15:53   
This has been fixed. vtkPVAnimationScene takes an animation cue for pipeline time making it possible to animate pipeline time independently.
(0008540)
Ken Moreland   
2007-08-21 11:54   
Would it be possible to have a single keyframe on the TimeKeeper-Time track so that if the user wanted to fix the time it could be done more easily by fixing a single time step?
(0008727)
Ken Moreland   
2007-08-28 17:20   
After discussing this issue with the group, we decided that there is only one use case that is not handled well enough. This is specifically when the user wants to hold the pipeline time constant and animate something else. The other use cases, playing pipeline time with the animation and starting and stopping the pipeline time, are handled about as well as they can be.

Ideally, we would like some special GUI widget(s) in or around the pipeline time track that would allow you to specifically set and hold the pipeline to a particular value. However, we did not come up with any particularly good idea on what this would look like. In the end, we decided to throw it over to Clint to see if he could come up with some miracle GUI component to do this. Otherwise, I guess we punt.
(0008730)
Clinton Stimpson   
2007-08-28 18:30   
Specialized the keyframe editor for pipline time.


/cvsroot/ParaView3/ParaView3/Qt/Components/CMakeLists.txt,v <-- CMakeLists.txt
new revision: 1.118; previous revision: 1.117
/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimationViewWidget.cxx,v <-- pqAnimationViewWidget.cxx
new revision: 1.27; previous revision: 1.26
/cvsroot/ParaView3/ParaView3/Qt/Components/pqComparativeTracksWidget.cxx,v <-- pqComparativeTracksWidget.cxx
new revision: 1.10; previous revision: 1.9
/cvsroot/ParaView3/ParaView3/Qt/Components/pqKeyFrameEditor.cxx,v <-- pqKeyFrameEditor.cxx
new revision: 1.23; previous revision: 1.22
/cvsroot/ParaView3/ParaView3/Qt/Components/pqKeyFrameEditor.h,v <-- pqKeyFrameEditor.h
new revision: 1.8; previous revision: 1.7
/cvsroot/ParaView3/ParaView3/Qt/Components/pqPipelineTimeKeyFrameEditor.cxx,v <-- pqPipelineTimeKeyFrameEditor.cxx
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Components/pqPipelineTimeKeyFrameEditor.h,v <-- pqPipelineTimeKeyFrameEditor.h
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqPipelineTimeKeyFrameEditor.ui,v <-- pqPipelineTimeKeyFrameEditor.ui
initial revision: 1.1
(0008735)
Ken Moreland   
2007-08-29 12:04   
Clint, you deliver as always. Could I ask for one more, hopefully small, special case for the pipeline time? Right now when you set a constant time, you don't see the effects of the time change until you play the animation or otherwise change the animation time step. In this one special case, it would be better if the pipeline time was updated immediately so that the user could see the change in the data timestep.
(0008744)
Clinton Stimpson   
2007-08-29 13:49   
set the current time on pqTimeKeeper when constant pipeline time is set.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqPipelineTimeKeyFrameEditor.cxx,v <-- pqPipelineTimeKeyFrameEditor.cxx
new revision: 1.2; previous revision: 1.1