Current Ouliner 'Display Mode' Drop Down shows
Scenes
View Layer
Sequence
Blender File
Data API
Orphan Data
Change to:
Scenes
View Layer
Video Sequencer
Blender File
Data API
Orphan Data
Differential D7716
Minor UI: Outliner - 'Display Mode' Dropdown - Change 'Sequence' to 'Video Sequencer' and amends the tooltip to 'Display Video Sequencer data-blocks' Authored by Adrian Newton (TFS) on May 13 2020, 11:42 AM.
Details Current Ouliner 'Display Mode' Drop Down shows Scenes Change to: Scenes
Diff Detail Event TimelineComment Actions I think this makes sense, but I'll leave this up to Pablo and/or William.
Comment Actions Video Sequencer is the editor and a Sequence is the content of it. Since the Outliner shows the Video Editor content, I think it is correct to call that mode Sequence. Comment Actions I find "Sequence" to be a very odd term for this. It's like saying "Object" for the 3D View contents. Maybe "Video Editing", "Video Sequences" or more general, "Media Sequences" are better terms. Comment Actions Actually, I'm a bit confused about terminology here. In my mind I equated strips and sequences, because IIRC in code, these are data-structures that are closely tied together. I think there's a sequence for each strip even. Comment Actions I was wondering about Title Case, but maybe this needs to be an additional guidance specific to tooltips? Title Case for Workspaces, Editors and the like, and references to specific variables enclosed in ' ' ? for example Post Processing / Pipepline = Compositor tooltip Process the render through the Compositor pipeline, if Compositor 'Use Nodes' is enabled. Comment Actions It's the code that needs a cleanup. A sequence in the code should (also) be referring to all of the edited strips in the current scene. Using sequence as a synonym for a strip is making a mess out of things. Comment Actions I prefer using the following: {SO_SEQUENCE, "SEQUENCE", ICON_SEQUENCE, "Video Sequencer", "Display data belonging to the Video Sequencer"},Strips are not data-blocks, see https://docs.blender.org/manual/en/latest/files/data_blocks.html | ||||||