Broken library addon #105264

Open
opened 2024-04-03 15:59:36 +02:00 by IzzBloxian · 0 comments

Broken pose library addon

System Information
Operating system: Windows-10-10.0.22631-SP0 64 Bits
Graphics card: NVIDIA GeForce GTX 1650/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 526.86

Blender Version
Broken: version: 4.1.0, branch: blender-v4.1-release, commit date: 2024-03-25 20:42, hash: rB40a5e739e270
Worked: 3.*

Addon Information
Name: Pose Library (2, 0)
Author: Sybren A. Stüvel, Julian Eisel

Short description of error
I couldn't make poses in the library at all. When I tried to disable and re-enable it again, it could disable but not re enable.

Exact steps for others to reproduce the error

  • Addons > Pose Library Addon > [ Disable ]
  • Addons > Pose Library Addon > [ Enable ]

Error:

Traceback (most recent call last):
File "C:\Program Files\WindowsApps\BlenderFoundation.Blender_4.1.0.0_x64__ppwjx1n5r4v9t\Blender\4.1\scripts\modules\addon_utils.py", line 376, in enable
mod = importlib.import_module(module_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\WindowsApps\BlenderFoundation.Blender_4.1.0.0_x64__ppwjx1n5r4v9t\Blender\4.1\python\Lib\importlib_init_.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1147, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "", line 940, in exec_module
File "", line 241, in call_with_frames_removed
File "C:\Program Files\WindowsApps\BlenderFoundation.Blender_4.1.0.0_x64__ppwjx1n5r4v9t\Blender\4.1\scripts\addons\pose_library_init
.py", line 24, in
from . import gui, keymaps, operators, conversion
File "C:\Program Files\WindowsApps\BlenderFoundation.Blender_4.1.0.0_x64__ppwjx1n5r4v9t\Blender\4.1\scripts\addons\pose_library\gui.py", line 21, in
from bl_ui_utils.layout import operator_context
ModuleNotFoundError: No module named 'bl_ui_utils.layout'

### Broken pose library addon **System Information** Operating system: Windows-10-10.0.22631-SP0 64 Bits Graphics card: NVIDIA GeForce GTX 1650/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 526.86 **Blender Version** Broken: version: 4.1.0, branch: blender-v4.1-release, commit date: 2024-03-25 20:42, hash: `rB40a5e739e270` Worked: 3.* **Addon Information** Name: Pose Library (2, 0) Author: Sybren A. Stüvel, Julian Eisel **Short description of error** I couldn't make poses in the library at all. When I tried to disable and re-enable it again, it could disable but not re enable. **Exact steps for others to reproduce the error** - Addons > Pose Library Addon > [ Disable ] - Addons > Pose Library Addon > [ Enable ] Error: Traceback (most recent call last): File "C:\Program Files\WindowsApps\BlenderFoundation.Blender_4.1.0.0_x64__ppwjx1n5r4v9t\Blender\4.1\scripts\modules\addon_utils.py", line 376, in enable mod = importlib.import_module(module_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Program Files\WindowsApps\BlenderFoundation.Blender_4.1.0.0_x64__ppwjx1n5r4v9t\Blender\4.1\python\Lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1204, in _gcd_import File "<frozen importlib._bootstrap>", line 1176, in _find_and_load File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 690, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 940, in exec_module File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed File "C:\Program Files\WindowsApps\BlenderFoundation.Blender_4.1.0.0_x64__ppwjx1n5r4v9t\Blender\4.1\scripts\addons\pose_library\__init__.py", line 24, in <module> from . import gui, keymaps, operators, conversion File "C:\Program Files\WindowsApps\BlenderFoundation.Blender_4.1.0.0_x64__ppwjx1n5r4v9t\Blender\4.1\scripts\addons\pose_library\gui.py", line 21, in <module> from bl_ui_utils.layout import operator_context ModuleNotFoundError: No module named 'bl_ui_utils.layout'
IzzBloxian added the
Status
Needs Triage
Priority
Normal
Type
Report
labels 2024-04-03 15:59:37 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 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#105264
No description provided.