Save layout for sequencer and curve editor, open level sequence by default?

I’m wondering if anyone has found a way to keep the sequencer layout per level, so that no layout configuration is needed on load? I sometimes restart and reopen levels dozens of times a day and find that, while it’s only a few clicks, the extra steps needed to get to work could be eliminated.

But sequencer wont have the curve editor open unless a sequence is open, thus, why not just associate a sequence with a level and open it along with the level?

1 Like

o keep the sequencer layout consistent per level and open sequences automatically:

  1. Use Scripting/Plugins: Check if your sequencer supports custom scripts or plugins to save and restore layout configurations or set a default sequence on level load.
  2. Macros and Hotkeys: Create macros or use hotkeys to quickly open the sequencer and arrange it as needed.
  3. Templates: Save level templates with the sequencer already configured to minimize setup.
  4. Automation Tools: Use tools like AutoHotkey to automate the process of opening sequences and adjusting the layout on level load.

These options can help streamline your workflow and reduce repetitive setup steps.