volume: disable keyframing on the sample input

This commit is contained in:
itsmattkc
2020-09-29 00:40:40 +10:00
parent dc56dc1d60
commit fb6e8a8a13
+1
View File
@@ -25,6 +25,7 @@ OLIVE_NAMESPACE_ENTER
VolumeNode::VolumeNode()
{
samples_input_ = new NodeInput("samples_in", NodeParam::kSamples);
samples_input_->set_is_keyframable(false);
AddInput(samples_input_);
volume_input_ = new NodeInput("volume_in", NodeParam::kFloat, 1.0);