Just wanted to put it out there that this addon is not yet compatible with Blender 5.0.
Should you choose to upgrade the addon, these docs will help:
https://developer.blender.org/docs/release_notes/5.0/python_api/#breaking-changes
Notably the first runtime error I encountered, action.fcurves.new and action.fcurves.find are no longer supported.
https://developer.blender.org/docs/release_notes/5.0/python_api/#animation-rigging
For now, we can run the addon using Blender 4.5, then copy the resulting objects over to a Blender 5.0 file.
Just wanted to put it out there that this addon is not yet compatible with Blender 5.0.
Should you choose to upgrade the addon, these docs will help:
https://developer.blender.org/docs/release_notes/5.0/python_api/#breaking-changes
Notably the first runtime error I encountered,
action.fcurves.newandaction.fcurves.findare no longer supported.https://developer.blender.org/docs/release_notes/5.0/python_api/#animation-rigging
For now, we can run the addon using Blender 4.5, then copy the resulting objects over to a Blender 5.0 file.