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

Fix the import for the Loop Animation component's startOffset property. #302

Conversation

Exairnous
Copy link
Contributor

Convert the glTF property from seconds to frames before attempting to assign it to the Blender property. Attempting to use the seconds directly led to python errors because the Blender property only accepts integers while the glTF property was usually a float.

Convert the glTF property from seconds to frames before attempting to assign it to the Blender property.  Attempting to use the seconds directly led to python errors because the Blender property only accepts integers while the glTF property was usually a float.
@Exairnous Exairnous merged commit 8eb5eed into Hubs-Foundation:master Jul 26, 2024
6 checks passed
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

Successfully merging this pull request may close these issues.

1 participant