Merge branch 'blender-v5.0-release'

This commit is contained in:
John Kiril Swenson
2025-10-12 17:05:41 -05:00

View File

@@ -95,7 +95,7 @@ class SEQUENCER_HT_header(Header):
tool_settings = scene.tool_settings if scene else None tool_settings = scene.tool_settings if scene else None
sequencer_tool_settings = tool_settings.sequencer_tool_settings if tool_settings else None sequencer_tool_settings = tool_settings.sequencer_tool_settings if tool_settings else None
if st.view_type == 'SEQUENCER': if st.view_type in {'SEQUENCER', 'SEQUENCER_PREVIEW'}:
row = layout.row(align=True) row = layout.row(align=True)
row.template_ID(context.workspace, "sequencer_scene", new="scene.new_sequencer_scene") row.template_ID(context.workspace, "sequencer_scene", new="scene.new_sequencer_scene")