When clicking the 'Fix Model' button I get the following error in Blender 4.0.1:
Python: Traceback (most recent call last):
File "C:\path\to\Blender\4.0\scripts\addons\cats-blender-plugin-development\tools\armature.py", line 497, in execute
for group in armature.pose.bone_groups:
AttributeError: 'Pose' object has no attribute 'bone_groups'
It looks like bone_groups was removed in from Pose in Blender 4. See https://docs.blender.org/api/current/bpy.types.Pose.html
When clicking the 'Fix Model' button I get the following error in Blender 4.0.1:
It looks like
bone_groupswas removed in from Pose in Blender 4. See https://docs.blender.org/api/current/bpy.types.Pose.html