I think “SelectedNodes.Sort();” ( line 4441 in SAnimNotifyPanel.cpp ) should be “SelectedNodes.Sort(TGreater());” because SelectedNodes should be sorted from back to front as we need to delete them from the back first to avoid ruining the nodes in the front.