MantisBT - ParaView
View Issue Details
0004742ParaView(No Category)public2007-04-02 07:552007-08-21 11:58
Utkarsh Ayachit 
Utkarsh Ayachit 
highminoralways
closedfixed 
 
 
0004742: Refactor Animation Scene
Separate the logic to play an animation from an animation scene.
No tags attached.
Issue History
2007-08-13 16:42Berk GeveciNote Added: 0008439
2007-08-13 16:42Berk GeveciPrioritynormal => high
2007-08-20 14:13Utkarsh AyachitStatustabled => @80@
2007-08-20 14:13Utkarsh AyachitResolutionopen => fixed
2007-08-20 14:13Utkarsh AyachitNote Added: 0008523
2007-08-21 11:58Ken MorelandStatus@80@ => closed
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0008439)
Berk Geveci   
2007-08-13 16:42   
Utkarsh is doing this now.
(0008523)
Utkarsh Ayachit   
2007-08-20 14:13   
This has been committed. ParaView uses vtkAnimationCue and vtkPVAnimationScene. vtkPVAnimationScene relies of vtkAnimationPlayer and subclasses for the animation playing logic. To leave VTK untouched, we let vtkAnimationScene be for now, vtkPVAnimationScene directly subclasses vtkAnimationCue.