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

feat(anims): Partial Animset Import #1456

Merged
merged 3 commits into from
Nov 29, 2023
Merged

Conversation

effs
Copy link
Contributor

@effs effs commented Nov 28, 2023

An imported animset can:

  • Omit animations that exist in the original, in which case the existing ones are copied to the new animset
  • Include animations that do not exist in the original, in which case they're added into the animset*
  • (And obvs still update/overwrite existing ones)

* Can you do anything with that? Who knows

@rfuzzo rfuzzo merged commit 5f461ff into main Nov 29, 2023
2 checks passed
@rfuzzo rfuzzo deleted the fix/1444/anims-partial-animset-import branch November 29, 2023 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Anims: Allow Adding New (not Replacement) Animations Anims: Use Old Animations if New Animset Omits Them
2 participants