VSE: Remove fit method tool setting from header

This property was intended to affect fit method for added strips prior
to running operator. However UI team did not agree with current
implementation.

ref T84535

Reviewed By: HooglyBoogly

Differential Revision: https://developer.blender.org/D10055
This commit is contained in:
Richard Antalik 2021-01-10 16:37:18 +01:00
parent 6154aa1529
commit 9441413cb2
Notes: blender-bot 2023-02-14 00:06:52 +01:00
Referenced by issue #84535, Resolve inconsistency of sequencer import setting in header
Referenced by issue #78988, VSE 2.0: Media transform redesign
1 changed files with 1 additions and 8 deletions

View File

@ -141,16 +141,9 @@ class SEQUENCER_HT_header(Header):
SEQUENCER_MT_editor_menus.draw_collapsible(context, layout)
if st.view_type in {'SEQUENCER', 'SEQUENCER_PREVIEW'}:
layout.separator_spacer()
row = layout.row(align=True)
row.prop(sequencer_tool_settings, "fit_method", text="")
layout.separator_spacer()
layout.separator_spacer()
if st.view_type in {'PREVIEW', 'SEQUENCER_PREVIEW'}:
if st.view_type == 'PREVIEW':
layout.separator_spacer()
layout.prop(st, "display_mode", text="", icon_only=True)
layout.prop(st, "preview_channels", text="", icon_only=True)