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-08-16 16:42:04 +0300
committerBastien Montagne <bastien@blender.org>2022-08-16 16:42:04 +0300
commita42896a8a14212fc568fbb147e02dfacb8822f11 (patch)
treeb82e1c120fec143b4e185a9b9ffc07992a718615 /source/blender/editors/space_outliner
parent8aa094263b91d47c2bf5f4a944be722d8d0d46aa (diff)
LibOverride: Refactor of menu entries in the View3D.
Move override creation into their own menu, add entries for reset and clear operations.
Diffstat (limited to 'source/blender/editors/space_outliner')
-rw-r--r--source/blender/editors/space_outliner/outliner_tools.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_outliner/outliner_tools.cc b/source/blender/editors/space_outliner/outliner_tools.cc
index 61b2b6c0002..73c9ccca048 100644
--- a/source/blender/editors/space_outliner/outliner_tools.cc
+++ b/source/blender/editors/space_outliner/outliner_tools.cc
@@ -1641,7 +1641,7 @@ static const EnumPropertyItem prop_liboverride_op_types[] = {
"OVERRIDE_LIBRARY_RESET",
0,
"Reset",
- "Reset the selected local override to their linked references values"},
+ "Reset the selected local overrides to their linked references values"},
{OUTLINER_LIBOVERRIDE_OP_CLEAR_SINGLE,
"OVERRIDE_LIBRARY_CLEAR_SINGLE",
0,