Copy link to clipboard
Copied
Hello! For the past few months I've been facing a error while trying to use the addon and creating a control rig, I already tried all types of FBX and DAE formats while downloading my rigged model from the Mixamo site, I thought this mistake would get fixed, but it didn't, here's my error message:
I would appreciate any help with this, Mixamo has been really help to me in the past, and this is a big roadblock for me in Blender now.
Copy link to clipboard
Copied
To add to this, to detail, the control rig comes out, but the right arm of the model does not get control rigs, and some controls do not work on the sides with it.
Update- Tried using the 0.18 version, and more controllers were created, but the right arm continues not to be rigged.
Eror log
Copy link to clipboard
Copied
Legs also do not get rigged, but spine bones do, left arm, head and neck too.
Copy link to clipboard
Copied
have you got a copy of this model you can share for testing?
anyway the error will be because of file format i.e, Fbx type 3 got auto-converted to Fbx type 4 and you need to go back to a base format like wavefront Obj to repair the mistakes
p.s, don't hold your breath waiting for Adobe to fix anything at their end
Copy link to clipboard
Copied
This error occurs because of the changes in Blender 3.0 Python API. custom_shape_scale is being changed to custom_shape_scale_xyz for example. An update is needed for the addon, otherwise, it just simply doesn't work in Blender 3.0
Copy link to clipboard
Copied
The Mixamo control rig add-on might have some compatibility issues with the Blender version (3.0) you are using. If you can try going back to Blender 2.93 or earlier, that might help address some of this. We haven't been made any updates yet to latest plugin for Blender.
Copy link to clipboard
Copied
Is there a timeline on this? Pose Library is added to Blender 3.0 and to be able to use it would be so good but Mixamo addon doesn't work on Blender 3.0. The update will be done in a near future or there is nothing certain about it?
Copy link to clipboard
Copied
Hi Fatih5CD9,
Good news - we have an update to the Mixamo Blender plugin. This will be posted and shared on the announcement page of this forum shortly. Stay tuned!
Copy link to clipboard
Copied
Using Blender 3.0
Mixamo
Mixamo 1.10.18 - Worked in 1 file, doesn't work an any other file. Guess I got lucky, but I got the same message and situation as the initial poster.
Mixamo 1.11.10 - Doesnot work at all. My new message reads. TypeError: create_custom_prop() got an unexpected keyword argument 'node'
So apparently the new one's broken too. Can you ever get this thing to work?
Copy link to clipboard
Copied
Mixamo Rig version 1.11.10 displayed this error messages below while trying to Create Control Rig both on Blender 2.93.6 and 3.0.1:
Python: Traceback (most recent call last):
File "C:\Users\User\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\mixamo_rig\mixamo_rig.py", line 177, in execute
_make_rig(self)
File "C:\Users\User\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\mixamo_rig\mixamo_rig.py", line 2006, in _make_rig
add_leg("Left")
File "C:\Users\User\AppData\Roaming\Blender Foundation\Blender\3.0\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'
location: <unknown location>:-1
as seen on the picture, some body parts become splitted everywhere!
Copy link to clipboard
Copied
When will the update be announced?