diff --git a/source/blender/editors/space_outliner/outliner_edit.cc b/source/blender/editors/space_outliner/outliner_edit.cc index 70572136677..a11e117dbc0 100644 --- a/source/blender/editors/space_outliner/outliner_edit.cc +++ b/source/blender/editors/space_outliner/outliner_edit.cc @@ -328,7 +328,8 @@ static void do_item_rename(ARegion *region, TSE_R_LAYER_BASE, TSE_SCENE_COLLECTION_BASE, TSE_VIEW_COLLECTION_BASE, - TSE_LIBRARY_OVERRIDE_BASE)) + TSE_LIBRARY_OVERRIDE_BASE, + TSE_GENERIC_LABEL)) { BKE_report(reports, RPT_WARNING, "Cannot edit builtin name"); }