AttributeError: 'BoneSets' object has no attribute 'ik_extra_controls'. Did you mean: 'ik_child_controls'? #164

Closed
opened 2024-08-25 06:11:41 +02:00 by tone-watson · 0 comments

System Information
Operating system: macos 14.5

Blender Version: 4.2 + 4.1
CloudRig Version: 2.1.10

Short description of error
Python: Traceback (most recent call last):
File "~/Library/Application Support/Blender/4.1/scripts/addons/cloudrig/ui/component_param_panels.py", line 80, in draw
draw_func(layout, context, pb.cloudrig_component.params)
File "~/Library/Application Support/Blender/4.1/scripts/addons/cloudrig/rig_component_features/bone_set.py", line 298, in draw_bone_sets_list
if not component.active_bone_set:
^^^^^^^^^^^^^^^^^^^^^^^^^
File "~/Library/Application Support/Blender/4.1/scripts/addons/cloudrig/properties.py", line 229, in active_bone_set
return getattr(self.params.bone_sets, self.active_ui_bone_set.name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'BoneSets' object has no attribute 'ik_extra_controls'. Did you mean: 'ik_child_controls'?

Exact steps for others to reproduce the error
Selecting Thigh.L or Thigh.R in the meta rig raises this error, and Cloud Component -> Bone Organization doesn't load for Limb: Biped Leg

**System Information** Operating system: macos 14.5 Blender Version: 4.2 + 4.1 CloudRig Version: 2.1.10 **Short description of error** Python: Traceback (most recent call last): File "~/Library/Application Support/Blender/4.1/scripts/addons/cloudrig/ui/component_param_panels.py", line 80, in draw draw_func(layout, context, pb.cloudrig_component.params) File "~/Library/Application Support/Blender/4.1/scripts/addons/cloudrig/rig_component_features/bone_set.py", line 298, in draw_bone_sets_list if not component.active_bone_set: ^^^^^^^^^^^^^^^^^^^^^^^^^ File "~/Library/Application Support/Blender/4.1/scripts/addons/cloudrig/properties.py", line 229, in active_bone_set return getattr(self.params.bone_sets, self.active_ui_bone_set.name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'BoneSets' object has no attribute 'ik_extra_controls'. Did you mean: 'ik_child_controls'? **Exact steps for others to reproduce the error** Selecting Thigh.L or Thigh.R in the meta rig raises this error, and `Cloud Component -> Bone Organization` doesn't load for `Limb: Biped Leg`
Sign in to join this conversation.
No description provided.