Skip to content

UI: Elements are meta sequence by default

Félix David requested to merge Tilix4/stax:ui_data_on_shots into 2.0

Description of change

  • All elements in the timeline are by default meta sequences to avoid long paths display
  • created make_meta to convert a sequence to a meta with the same attributes
  • refactored sequencer.show_sequences_annotations operator to avoid collateral meta sequence creation
  • refactored Element.display()

Closes #153 (closed)

How to test it

  • Use Stax

Checklist

Please check if your MR fulfills the following requirements:

  • Unit tests have been added, if needed
  • Documentation have been updated, if needed
  • Build was run locally and any changes were pushed
  • Lint has passed locally without error
  • Package.py have been updated, if needed
  • CHANGELOG.md have been updated, if needed
  • Version numer has been tagged, if needed

FYI: @awesome_dev_too

Merge request reports