System Information
Operating system:Windows 11
Graphics card:Nvidia GTX 1660 Spuer
Blender Version
Broken: 3.10
Worked: 3.10
Short description of error
Rigify is not getting activated in the addon menu. While activating error comes on the screen
Exact steps for others to reproduce the error
Based on the default startup or an attached .blend file (as simple as possible).
Below is the error message :
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\rigify\metarig_menu.py", line 228, in get_external_metarigs
get_metarigs(metarigs['external'], base_dir, base_path)
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\rigify\metarig_menu.py", line 70, in get_metarigs
get_metarigs(metarigs[f], base_dir, base_path, path=[*path, f], nested=True) # "" adds a final slash
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\rigify\metarig_menu.py", line 74, in get_metarigs
module = get_resource('.'.join([*base_path, *path, f]))
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\rigify\utils\rig.py", line 128, in get_resource
module = importlib.import_module(resource_name)
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\python\lib\importlib\__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "C:\Users\unnic\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\rigify\CloudRig_master\__init__.py", line 3, in <module>
from . import actions
File "C:\Users\unnic\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\rigify\CloudRig_master\actions.py", line 4, in <module>
from .utils.ui import is_cloud_metarig
File "C:\Users\unnic\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\rigify\CloudRig_master\utils\ui.py", line 3, in <module>
from ..cloudrig import draw_layers_ui
File "C:\Users\unnic\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\rigify\CloudRig_master\cloudrig.py", line 20, in <module>
from rna_prop_ui import rna_idprop_ui_prop_get, rna_idprop_quote_path, rna_idprop_ui_prop_updateImportError: cannot import name 'rna_idprop_ui_prop_get' from 'rna_prop_ui' (C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\modules\rna_prop_ui.py)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\modules\addon_utils.py", line 387, in enable
mod.register()
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\rigify\__init__.py", line 588, in register
bpy.context.preferences.addons[__package__].preferences.update_external_rigs()
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\rigify\__init__.py", line 227, in update_external_rigs
metarig_menu.get_external_metarigs(set_list)
File "C:\Program Files\Blender Foundation\Blender 3.1\3.1\scripts\addons\rigify\metarig_menu.py", line 230, in get_external_metarigs
print("Rigify Error: Could not load feature set '%s' metarigs: exception occurred.\n" % (feature_set))NameError: name 'feature_set' is not defined****

