From 59975875f892f004330e4df85ed8dec4a8036778 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Thu, 24 Mar 2022 16:57:16 +0100 Subject: LibOverride: Rename 'delete hierarchy' to 'clear hierarchy', add 'clear single' operations. 'Delete' was a confusing name, even though it would delete the overrides it would replace them by linked data. Adding the 'single' version of that operation made it even more confusing, since often it has to keep the override ID for sakes of hierarchy, and just reset it and turn it back into a non-editable system override. Ref: {T95707}. --- source/blender/editors/space_outliner/outliner_edit.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_outliner') diff --git a/source/blender/editors/space_outliner/outliner_edit.cc b/source/blender/editors/space_outliner/outliner_edit.cc index ae67e7108bf..d6c5901b546 100644 --- a/source/blender/editors/space_outliner/outliner_edit.cc +++ b/source/blender/editors/space_outliner/outliner_edit.cc @@ -30,6 +30,7 @@ #include "BKE_context.h" #include "BKE_idtype.h" #include "BKE_lib_id.h" +#include "BKE_lib_override.h" #include "BKE_lib_query.h" #include "BKE_lib_remap.h" #include "BKE_main.h" -- cgit v1.2.3