fixed various caching update issues

This commit is contained in:
itsmattkc
2021-01-22 14:33:30 +11:00
parent dfdb375cbf
commit 2af776b110
16 changed files with 98 additions and 74 deletions
+1
View File
@@ -669,6 +669,7 @@ void NodeInput::CopyValuesOfElement(NodeInput *src, NodeInput *dst, int element)
dst->SetSplitStandardValue(src->GetSplitStandardValue(element), element);
// Copy keyframes
dst->GetImmediate(element)->delete_all_keyframes();
foreach (const NodeKeyframeTrack& track, src->GetImmediate(element)->keyframe_tracks()) {
foreach (NodeKeyframe* key, track) {
key->copy(dst);