Skip to content

feat: add timeline support for layers and tune adjustments#804

Merged
hm21 merged 1 commit intostablefrom
feat/timebased-layers
Apr 9, 2026
Merged

feat: add timeline support for layers and tune adjustments#804
hm21 merged 1 commit intostablefrom
feat/timebased-layers

Conversation

@hm21
Copy link
Copy Markdown
Owner

@hm21 hm21 commented Apr 9, 2026

  • Enhanced LayerCopyManager to include timeline properties (startTime, endTime, enterDuration, exitDuration, enterCurve, exitCurve, transitionBuilder) for layers.
  • Updated MainEditorStateHistoryService to remove unused filters.
  • Refactored StateManager to use FilterState instead of FilterMatrix, updating related methods and properties.
  • Modified MainEditorBackgroundImage and MainEditorBackgroundVideo to utilize the new filter state structure.
  • Implemented LayerTimelineVisibility to manage layer visibility based on timeline properties.
  • Introduced utility functions for parsing curves and computing timeline progress.
  • Updated import/export functionality to handle new timeline fields in filters and tune adjustments.
  • Adjusted tests to reflect changes in filter handling and state management.
  • Bumped version to 12.2.0 to reflect new features and improvements.

Description

Related Issue: Closes #

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

- Enhanced LayerCopyManager to include timeline properties (startTime, endTime, enterDuration, exitDuration, enterCurve, exitCurve, transitionBuilder) for layers.
- Updated MainEditorStateHistoryService to remove unused filters.
- Refactored StateManager to use FilterState instead of FilterMatrix, updating related methods and properties.
- Modified MainEditorBackgroundImage and MainEditorBackgroundVideo to utilize the new filter state structure.
- Implemented LayerTimelineVisibility to manage layer visibility based on timeline properties.
- Introduced utility functions for parsing curves and computing timeline progress.
- Updated import/export functionality to handle new timeline fields in filters and tune adjustments.
- Adjusted tests to reflect changes in filter handling and state management.
- Bumped version to 12.2.0 to reflect new features and improvements.
@hm21 hm21 merged commit 353d145 into stable Apr 9, 2026
1 check passed
@hm21 hm21 deleted the feat/timebased-layers branch April 9, 2026 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant