error. Not able to install rigify #92

Closed
opened 2023-02-07 06:41:48 +01:00 by pradeep1897 · 3 comments
pradeep1897 commented 2023-02-07 06:41:48 +01:00 (Migrated from gitlab.com)
Traceback (most recent call last):
  File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\modules\addon_utils.py", line 369, in enable
    mod.register()
  File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\rigify\__init__.py", line 483, in register
    ui.register()
  File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\rigify\ui.py", line 1417, in register
    animation_register()
  File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\rigify\utils\animation.py", line 938, in register
    register_class(RIGIFY_OT_get_frame_range)
ValueError: register_class(...): already registered as a subclass 'RIGIFY_OT_get_frame_range'
``` Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\modules\addon_utils.py", line 369, in enable mod.register() File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\rigify\__init__.py", line 483, in register ui.register() File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\rigify\ui.py", line 1417, in register animation_register() File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\addons\rigify\utils\animation.py", line 938, in register register_class(RIGIFY_OT_get_frame_range) ValueError: register_class(...): already registered as a subclass 'RIGIFY_OT_get_frame_range' ```
pradeep1897 commented 2023-02-07 06:42:01 +01:00 (Migrated from gitlab.com)

changed the description

changed the description
Mets3D commented 2023-08-01 18:01:11 +02:00 (Migrated from gitlab.com)

This is arguably a Rigify issue, as it shouldn't fail so loudly when trying to load a feature set that has an error in it. That said, if this error was indeed caused by CloudRig, it seems to be fixed now, as I can toggle either CloudRig or Rigify off and on as crazily as I want, and nothing breaks.

So, seems fixed now. Thanks for the report!

This is arguably a Rigify issue, as it shouldn't fail so loudly when trying to load a feature set that has an error in it. That said, if this error was indeed caused by CloudRig, it seems to be fixed now, as I can toggle either CloudRig or Rigify off and on as crazily as I want, and nothing breaks. So, seems fixed now. Thanks for the report!
Mets3D commented 2023-08-02 17:10:17 +02:00 (Migrated from gitlab.com)

changed the description

changed the description
Sign in to join this conversation.
No description provided.