Files
oak-editor/app/widget/keyframeview/keyframeviewundo.h
T
itsmattkc 855fe5e93f fully implemented setting keyframes and standard values in the NodeParamView
Widget now supports creating keyframe and standard values, supports dragging
from sliders (not creating an undo command for each drag), and everything is
undoable.
2019-12-27 14:51:21 +11:00

12 lines
144 B
C++

#ifndef KEYFRAMEVIEWUNDO_H
#define KEYFRAMEVIEWUNDO_H
class KeyframeViewUndo
{
public:
KeyframeViewUndo();
};
#endif // KEYFRAMEVIEWUNDO_H