Skip to content

feat: Display the time timeClip hovers in the same unit as the timeline#903

Draft
ylmrx wants to merge 2 commits intotixl3d:mainfrom
ylmrx:feat/sync_units_in_timeclip_with_timeline
Draft

feat: Display the time timeClip hovers in the same unit as the timeline#903
ylmrx wants to merge 2 commits intotixl3d:mainfrom
ylmrx:feat/sync_units_in_timeclip_with_timeline

Conversation

@ylmrx
Copy link
Contributor

@ylmrx ylmrx commented Dec 31, 2025

The "Edit stretch" menu will be difficult to migrate to this and keep coherent, so im not sure with this one...

Copy link
Collaborator

@pixtur pixtur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should discuss this. I first need to understand what you're trying to achieve with these lines.

Comment on lines +404 to +407
private static Playback _timeRangeStart = new();
private static Playback _timeRangeEnd = new();
private static Playback _sourceRangeStart = new();
private static Playback _sourceRangeEnd = new();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not really sure what these lines mean.
In the context of TiXL Core/Animation/Playback.cs is a pretty complex objects controlling the advance of time. Why do you need multiple instances here?

If it's called "Range" shouldn't this be TimeRange or TimeClips ?

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.

2 participants