keyframes: implemented copying/pasting

This commit is contained in:
itsmattkc
2022-05-10 15:42:09 -07:00
parent af9e54504c
commit 182e1599af
24 changed files with 567 additions and 160 deletions
+5
View File
@@ -41,6 +41,11 @@ NodeKeyframe::NodeKeyframe(const rational &time, const QVariant &value, Type typ
setParent(parent);
}
NodeKeyframe::NodeKeyframe()
{
type_ = NodeKeyframe::kLinear;
}
NodeKeyframe::~NodeKeyframe()
{
setParent(nullptr);