MantisBT - ParaView
View Issue Details
0005432ParaView(No Category)public2007-07-30 15:302007-08-14 09:38
Clinton Stimpson 
Clinton Stimpson 
normalminoralways
closedfixed 
 
 
0005432: wrong keyframe created after creating camera keyframe
start up paraview.
create a camera keyframe
delete the two keyframes
create a sphere
create a keyframe to animation the center(0) of the sphere.
It created a camera key frame to animate that.
You get the error
"vtkSMCameraManipulatorProxy (0x14ebdc0): Too few keyframes to animate."

ParaView 3.0 has this problem too.
No tags attached.
Issue History
2007-08-06 19:33Clinton StimpsonAssigned ToBerk Geveci => Clinton Stimpson
2007-08-06 19:34Clinton StimpsonStatustabled => @80@
2007-08-06 19:34Clinton StimpsonResolutionopen => fixed
2007-08-06 19:34Clinton StimpsonNote Added: 0008347
2007-08-07 11:36Ken MorelandStatus@80@ => @20@
2007-08-07 11:36Ken MorelandResolutionfixed => reopened
2007-08-07 11:36Ken MorelandNote Added: 0008350
2007-08-07 12:24Clinton StimpsonStatus@20@ => @80@
2007-08-07 12:24Clinton StimpsonResolutionreopened => fixed
2007-08-07 12:24Clinton StimpsonNote Added: 0008359
2007-08-14 09:38Ken MorelandStatus@80@ => closed
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0008347)
Clinton Stimpson   
2007-08-06 19:34   
/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimationPanel.cxx,v <-- pqAnimationPanel.cxx
new revision: 1.42; previous revision: 1.41

Clean up cues after the last keyframe is removed.
The old camera manipulator was still around, which gave those errors.
(0008350)
Ken Moreland   
2007-08-07 11:36   
I just tried this on today's build, and I got the same error.
(0008359)
Clinton Stimpson   
2007-08-07 12:24   
You were able to reproduce it because I forgot to commit these files.

pqAnimationScene.cxx 1.17
pqAnimationScene.h 1.11