View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004413ParaView(No Category)public2007-02-05 20:012007-02-06 12:40
ReporterKen Moreland 
Assigned ToUtkarsh Ayachit 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionopen 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0004413: Animation Settings Misinterpreted
DescriptionThe fields in the Animation Settings Dialog are either completely misleading or are misinterpreted when generating the movie (probably the latter).

Example 1: saving in sequence mode. I set the Frame Rate to 30 fps and the number of frames to 30. The Animation Duration was automatically set to 1 (which is what I expect). When the animation was saved to individual images, I get 271 frames rather than the requested 30.

Example 2: saving in real time mode. I set the Animation Duration to 1 second and the Frame Rate to 30. The Number of Frames is automatically set to 30, as expected. When the animation was saved to individual images, I get 271 frames rather than the expected 30.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0006363)
Utkarsh Ayachit (administrator)
2007-02-06 10:56

vtkSMAnimationSceneImageWriter no longer sets the frame rate on the animation scene. The frame rate on the writer simply implies the frame rate saved in the file.
vtkPVAnimationScene no longer overloads FrameRate to imply number of frames per timestep when playing in timestep mode. Instead added new iVar FramesPerTimestep. Added new GUI element that's shown when saving animations in "Snap to timesteps" mode, which allows the user to change the number of frames per timestep.


/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimationManager.cxx,v <-- pqAnimationManager.cxx
new revision: 1.10; previous revision: 1.9
/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimationManager.h,v <-- pqAnimationManager.h
new revision: 1.5; previous revision: 1.4
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqAnimationSettings.ui,v <-- pqAnimationSettings.ui
new revision: 1.6; previous revision: 1.5
/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkPVAnimationScene.cxx,v <-- vtkPVAnimationScene.cxx
new revision: 1.3; previous revision: 1.2
/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkPVAnimationScene.h,v <-- vtkPVAnimationScene.h
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMAnimationSceneImageWriter.cxx,v <-- vtkSMAnimationSceneImageWriter.cxx
new revision: 1.7; previous revision: 1.6
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMAnimationSceneImageWriter.h,v <-- vtkSMAnimationSceneImageWriter.h
new revision: 1.4; previous revision: 1.3
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMAnimationSceneWriter.cxx,v <-- vtkSMAnimationSceneWriter.cxx
new revision: 1.5; previous revision: 1.4
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMAnimationSceneWriter.h,v <-- vtkSMAnimationSceneWriter.h
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMPVAnimationSceneProxy.cxx,v <-- vtkSMPVAnimationSceneProxy.cxx
new revision: 1.3; previous revision: 1.2
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMPVAnimationSceneProxy.h,v <-- vtkSMPVAnimationSceneProxy.h
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/utilities.xml,v <-- utilities.xml
new revision: 1.80; previous revision: 1.79

 Issue History
Date Modified Username Field Change
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team