Merge branch 'blender-v2.83-release'

This commit is contained in:
2020-05-18 17:35:30 +02:00
4 changed files with 28 additions and 4 deletions

View File

@@ -1869,6 +1869,7 @@ static void special_aftertrans_update__node(bContext *C, TransInfo *t)
nodeRemoveNode(bmain, ntree, node, true);
}
}
ntreeUpdateTree(bmain, ntree);
}
}
}