Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add better support for State types that span multiple media #1967

Open
bctcvai opened this issue Jan 22, 2025 · 1 comment
Open

Add better support for State types that span multiple media #1967

bctcvai opened this issue Jan 22, 2025 · 1 comment

Comments

@bctcvai
Copy link
Member

bctcvai commented Jan 22, 2025

Often state elements that represent a duration of time occur in the system, it is better to link those across multiple media vs. have multiple states be clones of each other in cases when the states are mutable.

Evaluate whether changes to the state model have to occur to better represent time-based events.

@jrtcppv
Copy link
Member

jrtcppv commented Jan 22, 2025

Proposed approach:

  • Add a new interpolation value attr_style_time_range (analog to attr_style_range)
  • Add new datetime dtype styles start_time and end_time
  • The UI will use either the media filename or a media attribute with style start_time to determine the start and end frame within the media.

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

No branches or pull requests

2 participants