Mixamo add-on for Blender 3.2.1 throws error when creating control rig (error log in post)
- July 11, 2022
- 3 replies
- 4739 views
I just downloaded the Mixamo add-on for Blender and when I try to generate a control rig it throws an error. All settings are default and I use the Y-bot model downloaded straight from Mixamo. Does anyone know why this is happening?
Python: Traceback (most recent call last):
File "C:\Users\[REDACTED]\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\mixamo_rig\mixamo_rig.py", line 177, in execute
_make_rig(self)
File "C:\Users\[REDACTED]\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\mixamo_rig\mixamo_rig.py", line 2006, in _make_rig
add_leg("Left")
File "C:\Users\[REDACTED]\AppData\Roaming\Blender Foundation\Blender\3.2\scripts\addons\mixamo_rig\mixamo_rig.py", line 1177, in add_leg
cns = c_foot_ik_pb.constraints.get(cns_name)
AttributeError: 'NoneType' object has no attribute 'constraints'
