code: use macros for default node functions
Easier to maintain
This commit is contained in:
@@ -34,11 +34,6 @@ TrigonometryNode::TrigonometryNode()
|
||||
AddInput(kXIn, NodeValue::kFloat, 0.0);
|
||||
}
|
||||
|
||||
olive::Node *olive::TrigonometryNode::copy() const
|
||||
{
|
||||
return new TrigonometryNode();
|
||||
}
|
||||
|
||||
QString TrigonometryNode::Name() const
|
||||
{
|
||||
return tr("Trigonometry");
|
||||
|
||||
Reference in New Issue
Block a user