disable keyframing on some parameters

This commit is contained in:
itsmattkc
2021-01-24 15:28:01 +11:00
parent 59da13969d
commit 8ccf7562cf
2 changed files with 5 additions and 0 deletions
@@ -33,6 +33,7 @@ TransformDistortNode::TransformDistortNode()
interpolation_input_ = new NodeInput(this, QStringLiteral("interpolation_in"), NodeValue::kCombo, 2);
texture_input_ = new NodeInput(this, QStringLiteral("tex_in"), NodeValue::kTexture);
texture_input_->SetKeyframable(false);
}
void TransformDistortNode::Retranslate()