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

Timeline duplicate created after original in Level Strip #1491

Merged

Conversation

manongjohn
Copy link
Collaborator

The Duplicate behavior in the Level Strip always creates the duplicate immediately after the original frame, renumbering everything after it.

The Duplicate behavior in the Timeline/Xsheet duplicates after the highest frame number anywhere left of the original frame being duplicated. For example, if you had frames exposed in the order 3, 1, 2, 4 and you duplicate frame 1, frame 4 is renumbered to 5 and the duplicate is created in frame 4 because the last highest frame number was frame 3. (result: 3, 1, 4, 2, 5) NOTE: This is actually the normal frame number assignment behavior for Create Blank Drawing and autocreation of a new drawing frame.

This PR will modify the duplicate logic from the Timeline/Xsheet to match the Level Strip and always immediately create the duplicate right after the original frame, renumbering everything after it.

@manongjohn manongjohn added the 1.4.3 Included in Version 1.4.3 label May 25, 2024
@beeheemooth
Copy link
Contributor

The artifact is suspiciously small in size. Usually it is somewhere over 800 MB.

@beeheemooth
Copy link
Contributor

I mean portable

@beeheemooth
Copy link
Contributor

I downloaded the artifact and it works.

@manongjohn manongjohn merged commit 1623098 into tahoma2d:master May 30, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.4.3 Included in Version 1.4.3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants