MantisBT - ParaView
View Issue Details
0004412ParaView(No Category)public2007-02-05 19:502007-02-22 15:02
Ken Moreland 
Utkarsh Ayachit 
highmajoralways
closedfixed 
 
 
0004412: No. Frames/Duration parameter ignored
In the "Scene Properties" of the Animation Inspector, the value that controls the length of the animation ("No. Of Frames" for Sequence and "Duration" for Play Mode) seems to have no effect. It always uses the value "10" for this parameter (10 frames in sequence and 10 seconds in real time).
No tags attached.
Issue History
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0006362)
Utkarsh Ayachit   
2007-02-06 09:37   
NumberOfFrames and Duration were erroneously not marked update_self. Consequently, the commands were never called on the proxy.

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/utilities.xml,v <-- utilities.xml
new revision: 1.79; previous revision: 1.78
(0006530)
Ken Moreland   
2007-02-21 18:56   
This is broken again. I can generate the right amount of frames when in Sequence mode, but in Real Time mode it always seems to revert to saving the number of frames set the last time it was in Sequence mode.
(0006536)
Utkarsh Ayachit   
2007-02-22 10:09   
While saving animations, the animation is never actually saved in real-time mode.
It always switches to Sequence mode, however, we are expected to have updated the sequence num-of-frames and frame rate so that the user selection for the time for the animation is preserved. The bug was that the animation manager did not change the sequence play-back parameter as it should. Fixed that.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimationManager.cxx,v <-- pqAnimationManager.cxx
new revision: 1.12; previous revision: 1.11