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

Frame naming #9

Open
Talon1024 opened this issue Oct 10, 2022 · 5 comments
Open

Frame naming #9

Talon1024 opened this issue Oct 10, 2022 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@Talon1024
Copy link
Collaborator

MD3 supports named frames, so what is the best way to go about choosing names for the individual frames?

@Talon1024 Talon1024 self-assigned this Oct 10, 2022
@nashmuhandes
Copy link
Owner

nashmuhandes commented Oct 12, 2022

Default: framexxx (xxx is frame number)

Alternatively - you can drop markers in the timeline view (by pressing M) - use marker names for the prefix?

@nashmuhandes
Copy link
Owner

If you do this, can you backport it to 2.79 too please 🙏

@Talon1024
Copy link
Collaborator Author

Not to worry. I plan to backport every feature I add.

Also, I'm not familiar with Blender's animation system... Can an object have multiple actions? What is an "action" anyway?

Talon1024 added a commit that referenced this issue Oct 12, 2022
Talon1024 added a commit that referenced this issue Oct 12, 2022
@nashmuhandes
Copy link
Owner

Yes, an armature can have multiple actions associated with it. Actions are basically a way for you to organize and separate different animations.

For example:

We are traditionally used to placing ALL animations (like standing still, walking, running, jumping, attacking, death, etc) in a single timeline. We may then choose to organize the timeline by placing markers on the timeline, so we know where each animation starts and ends.

ALTERNATIVELY - we can create a separate action for each animation. Standing would go on its own Action, walking on another, etc.

As for how this translates to game assets - this is engine-dependent. Since we are talking about GZDoom, and MD3 - this isn't really applicable to us. MD3 only supports a single timeline. So I'm not sure if trying to incorporate the Action mindset/workflow would be relevant or even possible here.

@Talon1024
Copy link
Collaborator Author

I would use the name of the action to name the frames. However, I guess I could use the timeline marker-based naming if there's only one action on the timeline, and then if there are multiple actions overlapping each other on the timeline, I could put them into alphabetical order (or something), and then concatenate them onto a single timeline.

@Talon1024 Talon1024 added the enhancement New feature or request label Jun 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants