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

Some frames cannot be keyed #2

Closed
josephsdaniels opened this issue Feb 13, 2022 · 2 comments
Closed

Some frames cannot be keyed #2

josephsdaniels opened this issue Feb 13, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@josephsdaniels
Copy link

Some frames cannot be keyed. This has happened to me a number of times, but in the file I've attached, try creating a key pose at frame 18 with the Keyframe Mesh button. No key is created. I'm using the addon in the latest official release of Blender 3.0, btw.

HeartBubbles_v01.zip

@AldrinMathew AldrinMathew added the bug Something isn't working label Feb 13, 2022
@AldrinMathew
Copy link
Owner

This has been fixed

Here is the explanation:

  • This behaviour was caused by the addon checking for a preexisting
    mesh in the current frame, using the name of the meshes.
  • The name system won't work as it will not be associated with the
    correct keyframe if the user moves the keyframe from the original
    position
  • This has been fixed by checking the actual keyframes, for existing
    keyed meshes in the current frame

@AldrinMathew
Copy link
Owner

Thanks for the detailed description and the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants