Blender 4.0 Node Wrangler Error #104999

Closed
opened 2023-11-15 01:23:25 +01:00 by exotic · 0 comments

System Information
Operating system: Linux-6.6.1_tkg_bore-x86_64-with-glibc2.38 64 Bits, X11 UI
Graphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 535.129.03

Blender Version
Broken: version: 4.0.0, branch: blender-v4.0-release, commit date: 2023-11-13 17:26, hash: 878f71061b8e
Worked: 3.6.5

Short description of error
Using node wrangler to setup a Principled BSDF shader with an emission texture results in the following error:

Python: Traceback (most recent call last):
  File "Blender/4.0/scripts/addons/node_wrangler/operators.py", line 1844, in execute
    if not active_node.inputs[sname[0]].is_linked:
KeyError: 'bpy_prop_collection[key]: key "Emission" not found'

Exact steps for others to reproduce the error
Use node wrangler to setup a Principled shader with an emission texture

**System Information** Operating system: Linux-6.6.1_tkg_bore-x86_64-with-glibc2.38 64 Bits, X11 UI Graphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 535.129.03 **Blender Version** Broken: version: 4.0.0, branch: blender-v4.0-release, commit date: 2023-11-13 17:26, hash: `878f71061b8e` Worked: 3.6.5 **Short description of error** Using node wrangler to setup a Principled BSDF shader with an emission texture results in the following error: ``` Python: Traceback (most recent call last): File "Blender/4.0/scripts/addons/node_wrangler/operators.py", line 1844, in execute if not active_node.inputs[sname[0]].is_linked: KeyError: 'bpy_prop_collection[key]: key "Emission" not found' ``` **Exact steps for others to reproduce the error** Use node wrangler to setup a Principled shader with an emission texture
exotic added the
Status
Needs Triage
Type
Report
Priority
Normal
labels 2023-11-15 01:23:26 +01:00
Damien Picard added
Status
Confirmed
and removed
Status
Needs Triage
labels 2023-11-15 13:47:27 +01:00
Blender Bot added
Status
Resolved
and removed
Status
Confirmed
labels 2023-11-16 14:31:28 +01: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#104999
No description provided.