Skip to content

Fix Model - AttributeError 'Pose' object has no attribute 'bone_groups' #652

@Flynsarmy

Description

@Flynsarmy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions