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

Vertex and Skeletal animations are not separate #40

Open
sercero opened this issue Apr 27, 2024 · 1 comment
Open

Vertex and Skeletal animations are not separate #40

sercero opened this issue Apr 27, 2024 · 1 comment

Comments

@sercero
Copy link
Contributor

sercero commented Apr 27, 2024

It seems that Vertex and Skeletal animations are treated like mutually exclusive (from what I see in the code).

My proposal is this:
image

To maintain the current code as much as possible (iterating over all the Entity animations).

Show how many Skeletal animations and Vertex there are and then show a [V] for the Vertex Animations and a [S] for the Skeletal Animations to distinguish them.

@paroj
Copy link
Member

paroj commented Apr 28, 2024

I am not sure whether it is important to exactly know which animation is skeletal and which is vertex based.

In any case I would rather re-group them instead of adding the [S], [V] tags.

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