Node Wrangler activation on add-ons menu fails #105015

Closed
opened 2023-11-20 19:07:11 +01:00 by Rodrigo-Ceccato-de-Freitas · 3 comments

System Information
Operating system: Linux-6.6.1-zen1-1-zen-x86_64-with-glibc2.38 64 Bits, WAYLAND UI
Graphics card: NVIDIA GeForce RTX 4090 Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 535.113.01

Blender Version
Broken: version: 4.0.1, branch: makepkg (modified), commit date: 2023-11-16 16:40, hash: d0dd92834a08
Worked: 3.x.x (newest version of Blender that worked as expected)

Addon Information
Name: Node Wrangler (3, 44)
Author: Bartek Skorupa, Greg Zaal, Sebastian Koenig, Christian Brinkmann, Florian Meyer

Short description of error
Trying to activate add-on gives the following error:

bpy.data.window_managers["WinMan"].addon_search = "wra"
Traceback (most recent call last):
  File "/usr/share/blender/4.0/scripts/modules/addon_utils.py", line 401, in enable
    mod.register()
  File "/usr/share/blender/4.0/scripts/addons/node_wrangler/__init__.py", line 45, in register
    bpy.types.NodeSocketInterface.NWViewerSocket = BoolProperty(
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'module' object has no attribute 'NodeSocketInterface'

Exact steps for others to reproduce the error

  1. Open Blender
  2. Go to Edit -> Preferences -> Add-ons -> Node Wrangler
  3. Activate add-on

Based on the default startup

**System Information** Operating system: Linux-6.6.1-zen1-1-zen-x86_64-with-glibc2.38 64 Bits, WAYLAND UI Graphics card: NVIDIA GeForce RTX 4090 Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 535.113.01 **Blender Version** Broken: version: 4.0.1, branch: makepkg (modified), commit date: 2023-11-16 16:40, hash: `d0dd92834a08` Worked: 3.x.x (newest version of Blender that worked as expected) **Addon Information** Name: Node Wrangler (3, 44) Author: Bartek Skorupa, Greg Zaal, Sebastian Koenig, Christian Brinkmann, Florian Meyer **Short description of error** Trying to activate add-on gives the following error: ``` bpy.data.window_managers["WinMan"].addon_search = "wra" Traceback (most recent call last): File "/usr/share/blender/4.0/scripts/modules/addon_utils.py", line 401, in enable mod.register() File "/usr/share/blender/4.0/scripts/addons/node_wrangler/__init__.py", line 45, in register bpy.types.NodeSocketInterface.NWViewerSocket = BoolProperty( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'module' object has no attribute 'NodeSocketInterface' ``` **Exact steps for others to reproduce the error** 1. Open Blender 2. Go to Edit -> Preferences -> Add-ons -> Node Wrangler 3. Activate add-on Based on the default startup
Rodrigo-Ceccato-de-Freitas added the
Status
Needs Triage
Type
Report
Priority
Normal
labels 2023-11-20 19:07:12 +01:00
Member

Hi, how did you install Blender and Node Wrangler? The NW version shipped with Blender 4.0.1 is 3.47, but you seem to be using an older version, 3.44. This older version is not compatible with Blender 4.0.

Hi, how did you install Blender and Node Wrangler? The NW version shipped with Blender 4.0.1 is 3.47, but you seem to be using an older version, 3.44. This older version is not compatible with Blender 4.0.

Sorry, I did not know that!
I am using the Pacman version, installed with pacman -S blender

I guess we can close the issue here, and I will report it on the package repository.

Sorry, I did not know that! I am using the Pacman version, installed with `pacman -S blender` I guess we can close the issue here, and I will report it on the package repository.

I am closing this as it is indeed a problem with the packing in Arch repositories.
It is being tracked at:

Thanks =)

I am closing this as it is indeed a problem with the packing in Arch repositories. It is being tracked at: - https://bugs.archlinux.org/task/80306 - https://bugs.archlinux.org/task/79999 Thanks =)
Blender Bot added
Status
Archived
and removed
Status
Needs Triage
labels 2023-11-21 18:50:39 +01: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#105015
No description provided.