-
Notifications
You must be signed in to change notification settings - Fork 82
Description
Blender 4.4.3. When clicking "Rigify" recieving this error:
The rig creating, but not attaching to the character
Python: Traceback (most recent call last):
File "C:\Users\MykolaFilon\AppData\Roaming\Blender Foundation\Blender\4.4\scripts\addons\cc_blender_tools-2_3_0\rigging.py", line 3897, in execute
self.rigify_meta_rig(chr_cache)
File "C:\Users\MykolaFilon\AppData\Roaming\Blender Foundation\Blender\4.4\scripts\addons\cc_blender_tools-2_3_0\rigging.py", line 3732, in rigify_meta_rig
facerig.build_facerig(chr_cache, self.rigify_rig, self.meta_rig, self.cc3_rig)
File "C:\Users\MykolaFilon\AppData\Roaming\Blender Foundation\Blender\4.4\scripts\addons\cc_blender_tools-2_3_0\facerig.py", line 149, in build_facerig
rigutils.get_expression_widgets(chr_cache, wgt_collection)
File "C:\Users\MykolaFilon\AppData\Roaming\Blender Foundation\Blender\4.4\scripts\addons\cc_blender_tools-2_3_0\rigutils.py", line 1902, in get_expression_widgets
WGT_LINES = lib.get_object(f"WGT-RL_FaceRig_{tag}_Control_Lines", "RL_Custom_Widget")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\MykolaFilon\AppData\Roaming\Blender Foundation\Blender\4.4\scripts\addons\cc_blender_tools-2_3_0\lib.py", line 51, in get_object
bpy.ops.wm.append(directory=os.path.join(path, filename, datablock),
File "C:\Program Files\Blender Foundation\Blender 4.4\4.4\scripts\modules\bpy\ops.py", line 109, in call
ret = _op_call(self.idname_py(), kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: Converting py args to operator properties: WM_OT_append.files error converting a member of a collection from a dicts into an RNA collection, failed with: TypeError: Converting a Python list to an RNA collection: keyword "type" missing