Got this error when trying to generate a rig: #323

Closed
opened 2024-07-09 02:45:21 +02:00 by Jason schleifer · 1 comment

System Information
Operating system: Windows-10-10.0.22631-SP0 64 Bits

Blender Version
4.1.1, branch: blender-v4.1-release, commit: 2024-04-15

CloudRig Version: (2, 1, 1) (2024-07-02 20:38)

Stack trace

\addons\cloudrig\generation\cloud_generator.py -> generate_rig -> line 998 ↵
                                                          -> generate -> line 357 ↵
                                                          -> replace_old_with_new_rig -> line 819 ↵
\addons\bone_selection_sets.py -> from_json -> line 448:
          arm_sel_sets = context.object.selection_sets
AttributeError: 'NoneType' object has no attribute 'selection_sets'

Description of the problem:
Attached .blend file to reproduce the problem:

**System Information** Operating system: Windows-10-10.0.22631-SP0 64 Bits **Blender Version** 4.1.1, branch: blender-v4.1-release, commit: [2024-04-15](https://projects.blender.org/blender/blender/commit/e1743a0317bc) **CloudRig Version**: (2, 1, 1) (2024-07-02 20:38) Stack trace ``` \addons\cloudrig\generation\cloud_generator.py -> generate_rig -> line 998 ↵ -> generate -> line 357 ↵ -> replace_old_with_new_rig -> line 819 ↵ \addons\bone_selection_sets.py -> from_json -> line 448: arm_sel_sets = context.object.selection_sets AttributeError: 'NoneType' object has no attribute 'selection_sets' ``` *************************************** Description of the problem: Attached .blend file to reproduce the problem:
Member

Oh hey Jason, thanks for the report! I didn't see it because I don't seem to get notifications about new issues (gotta look into that), but Sybren told me about this and it's been fixed a while back.

Oh hey Jason, thanks for the report! I didn't see it because I don't seem to get notifications about new issues (gotta look into that), but Sybren told me about this and it's been fixed a while back.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/blender-studio-tools#323
No description provided.