From 1b7458f85a6fbee8bbe072f470b6b576221da101 Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Mon, 12 Oct 2020 18:19:14 +0200 Subject: Cleanup: Rename outliner helper function This name makes more sense and is consistent with related functions (e.g. `outliner_requires_rebuild_on_select_or_active_change()`). --- source/blender/editors/space_outliner/outliner_intern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_outliner/outliner_intern.h') diff --git a/source/blender/editors/space_outliner/outliner_intern.h b/source/blender/editors/space_outliner/outliner_intern.h index d0614302502..2e0ea7a481a 100644 --- a/source/blender/editors/space_outliner/outliner_intern.h +++ b/source/blender/editors/space_outliner/outliner_intern.h @@ -238,7 +238,7 @@ void outliner_build_tree(struct Main *mainvar, bool outliner_requires_rebuild_on_select_or_active_change( const struct SpaceOutliner *space_outliner); -bool outliner_mode_requires_always_rebuild(const struct SpaceOutliner *space_outliner); +bool outliner_requires_rebuild_on_open_change(const struct SpaceOutliner *space_outliner); typedef struct IDsSelectedData { struct ListBase selected_array; -- cgit v1.2.3