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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2020-09-10 03:00:14 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-09-10 03:00:14 +0300
commitaf843be3012ac97f69d8a6bdf25b28f3025a2ee0 (patch)
treecadb6f01b1bb65d6b63054cb8ea006c2f95f58b7
parent4e3cb9563852f82d4d06435f143cafe998352497 (diff)
UI: Outliner: Change Sequence Display Mode
This commit renames the Sequence Display Mode to Video Sequencer. THis matches the editor name in the editor list. This commit also adjusts the tooltip because the data show in this dispay mode is not strickly speaking "data-blocks". Ref D7716
-rw-r--r--source/blender/makesrna/intern/rna_space.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index 34a84ce9265..99f81fd531a 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -2970,7 +2970,11 @@ static void rna_def_space_outliner(BlenderRNA *brna)
ICON_RENDER_RESULT,
"View Layer",
"Display collections and objects in the view layer"},
- {SO_SEQUENCE, "SEQUENCE", ICON_SEQUENCE, "Sequence", "Display sequence data-blocks"},
+ {SO_SEQUENCE,
+ "SEQUENCE",
+ ICON_SEQUENCE,
+ "Video Sequencer",
+ "Display data belonging to the Video Sequencer"},
{SO_LIBRARIES,
"LIBRARIES",
ICON_FILE_BLEND,