wrap keyframing settings in IsKeyframable just because
This commit is contained in:
+3
-1
@@ -223,7 +223,9 @@ void NodeInput::ClearElement(int index)
|
||||
{
|
||||
GetImmediate(index)->delete_all_keyframes();
|
||||
|
||||
SetIsKeyframing(false, index);
|
||||
if (IsKeyframable()) {
|
||||
SetIsKeyframing(false, index);
|
||||
}
|
||||
|
||||
SetSplitStandardValue(default_value_, index);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user