[Bf-blender-cvs] [af843be3012] master: UI: Outliner: Change Sequence Display Mode

Aaron Carlisle noreply at git.blender.org
Thu Sep 10 02:00:48 CEST 2020


Commit: af843be3012ac97f69d8a6bdf25b28f3025a2ee0
Author: Aaron Carlisle
Date:   Wed Sep 9 20:00:14 2020 -0400
Branches: master
https://developer.blender.org/rBaf843be3012ac97f69d8a6bdf25b28f3025a2ee0

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

===================================================================

M	source/blender/makesrna/intern/rna_space.c

===================================================================

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,



More information about the Bf-blender-cvs mailing list