keyframes: implemented copying/pasting
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user