You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've started learning car animation and encountered an issue with an addon. It seems that the developers of Blender have significantly changed the signature of the bake_action function within the anim_utils module. After some investigation, I've identified the issue and realized that updates need to be made in the addon file bake_operations.
As a beginner with Blender, I'm not entirely sure what these new options actually do. If anyone is more familiar with the Blender API, please use this information as a starting point and make the necessary changes and pull requests. Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I've started learning car animation and encountered an issue with an addon. It seems that the developers of Blender have significantly changed the signature of the
bake_action
function within theanim_utils
module. After some investigation, I've identified the issue and realized that updates need to be made in the addon filebake_operations
.Previously, the code snippet looked like this:
Now, it requires something like this:
As a beginner with Blender, I'm not entirely sure what these new options actually do. If anyone is more familiar with the Blender API, please use this information as a starting point and make the necessary changes and pull requests. Thank you.
The text was updated successfully, but these errors were encountered: