Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2022-01-07 17:25:25 +0300
committerBastien Montagne <bastien@blender.org>2022-01-07 17:25:25 +0300
commitb7ea6e9d0ef910fe668d0fa3454ac94400471804 (patch)
treef1847bab349522ae8e19c5654a09148feb99986b /source/blender/editors
parent5560f3244717221600506866bf1c79d370e0045e (diff)
LibOverrides: small refactor of resync main public function.
Simplify signature of `BKE_lib_override_library_resync` and make it a shallow wrapper around new internal `lib_override_library_resync` that can then be easily extended for other internal needs. Not functional changes expected here.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/space_outliner/outliner_tools.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_tools.c b/source/blender/editors/space_outliner/outliner_tools.c
index bcd455de9a4..4849da16685 100644
--- a/source/blender/editors/space_outliner/outliner_tools.c
+++ b/source/blender/editors/space_outliner/outliner_tools.c
@@ -959,7 +959,6 @@ static void id_override_library_resync_fn(bContext *C,
id_root,
NULL,
do_hierarchy_enforce,
- true,
&(struct BlendFileReadReport){.reports = reports});
WM_event_add_notifier(C, NC_WINDOW, NULL);