-
Notifications
You must be signed in to change notification settings - Fork 320
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
gather animation hook for all animations #2227
base: main
Are you sure you want to change the base?
gather animation hook for all animations #2227
Conversation
Hello, There is already an |
@@ -426,6 +426,9 @@ def gather_action_animations( obj_uuid: int, | |||
link_samplers(animation, export_settings) | |||
animations.append(animation) | |||
|
|||
# export user extensions for all types of animation | |||
export_user_extensions('gather_animation_hook', export_settings, animation, blender_action, blender_object) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is already a hook with the same name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes this was a suggestion to encounter exported animations extension problem
Hello, Thank you for your answer, i now see the issue. I thought it would be better to have one hook that take in all animation export types as it would be used to add extensions or extras to the exported animation its self. |
No description provided.