Add-On Rigging Rigify doesn't work in Blender 3.3 LTS #104746

Closed
opened 2023-07-11 00:19:54 +02:00 by Domenico-Mastandrea · 1 comment

System Information
Operating system: Windows-10-10.0.22621-SP0 64 Bits
Graphics card: NVIDIA RTX A3000 Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 535.98

Blender Version
Broken: version: 3.3.1, branch: master, commit date: 2022-10-04 18:35, hash: rBb292cfe5a936
Worked: (newest version of Blender that worked as expected)

Addon Information
Name: Rigify (0, 6, 6)
Author: Nathan Vegdahl, Lucio Rossi, Ivan Cappiello, Alexander Gavrilov

Short description of error
[The Error]
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\modules\addon_utils.py", line 369, in enable
mod.register()
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\addons\rigify_init_.py", line 483, in register
ui.register()
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\addons\rigify\ui.py", line 1417, in register
animation_register()
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\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'

Exact steps for others to reproduce the error
[Please describe the exact steps needed to reproduce the issue]
[Based on the default startup or an attached .blend file (as simple as possible)]

**System Information** Operating system: Windows-10-10.0.22621-SP0 64 Bits Graphics card: NVIDIA RTX A3000 Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 535.98 **Blender Version** Broken: version: 3.3.1, branch: master, commit date: 2022-10-04 18:35, hash: `rBb292cfe5a936` Worked: (newest version of Blender that worked as expected) **Addon Information** Name: Rigify (0, 6, 6) Author: Nathan Vegdahl, Lucio Rossi, Ivan Cappiello, Alexander Gavrilov **Short description of error** [The Error] Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\modules\addon_utils.py", line 369, in enable mod.register() File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\addons\rigify\__init__.py", line 483, in register ui.register() File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\scripts\addons\rigify\ui.py", line 1417, in register animation_register() File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\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' **Exact steps for others to reproduce the error** [Please describe the exact steps needed to reproduce the issue] [Based on the default startup or an attached .blend file (as simple as possible)]
Domenico-Mastandrea added the
Type
Report
Priority
Normal
Status
Needs Triage
labels 2023-07-11 00:19:55 +02:00
Member

Hi, Error is due to incompatible version, see: #97622 / #104631

active feature set was meant to be used with a newer Blender version.


Updating blender version should fix the issue: https://builder.blender.org/download/daily/

Closing. Feel free to comment if problem persists.

Hi, Error is due to incompatible version, see: https://projects.blender.org/blender/blender-addons/issues/97622 / https://projects.blender.org/blender/blender-addons/pulls/104631 `active feature set was meant to be used with a newer Blender version.` - - - Updating blender version should fix the issue: https://builder.blender.org/download/daily/ Closing. Feel free to comment if problem persists.
Blender Bot added
Status
Archived
and removed
Status
Needs Triage
labels 2023-07-11 12:10:56 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#104746
No description provided.