Node wrangler error when pressing Ctrl+T #104877

Closed
opened 2023-09-08 14:13:02 +02:00 by Vas · 1 comment

System Information
Operating system: Windows-10-10.0.19045-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 3080/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 536.67

Blender Version
Broken: version: 4.0.0 Alpha, branch: main, commit date: 2023-09-07 22:52, hash: 24fe81e602a8
Worked: 4.0.0 Alpha, branch: main, commit date: 2023-06-23 00:09, hash: fa9a513bc25f

Short description of error

Ctrl + T in node wrangler doesn't work, I get the following error

Python: Traceback (most recent call last):
  File "D:\Users\Vas Data\Desktop FAST\Blender 4.00\4.0\scripts\addons\node_wrangler\operators.py", line 1823, in execute
    texture_types = [x.nodetype for x in
TypeError: 'NoneType' object is not iterable

Exact steps for others to reproduce the error
0 - Have node wrangler enabled
1 - go to shader editor
2 - select any node (Pricipled BSDF for example)
3 - Press Ctrl+T to generate mapping nodes
4 - Error

Originally posted by @Alumx in /blender/blender/issues/112138#issue-102613

**System Information** Operating system: Windows-10-10.0.19045-SP0 64 Bits Graphics card: NVIDIA GeForce RTX 3080/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 536.67 **Blender Version** Broken: version: 4.0.0 Alpha, branch: main, commit date: 2023-09-07 22:52, hash: `24fe81e602a8` Worked: 4.0.0 Alpha, branch: main, commit date: 2023-06-23 00:09, hash: `fa9a513bc25f` **Short description of error** Ctrl + T in node wrangler doesn't work, I get the following error ``` Python: Traceback (most recent call last): File "D:\Users\Vas Data\Desktop FAST\Blender 4.00\4.0\scripts\addons\node_wrangler\operators.py", line 1823, in execute texture_types = [x.nodetype for x in TypeError: 'NoneType' object is not iterable ``` **Exact steps for others to reproduce the error** 0 - Have node wrangler enabled 1 - go to shader editor 2 - select any node (Pricipled BSDF for example) 3 - Press Ctrl+T to generate mapping nodes 4 - Error _Originally posted by @Alumx in /blender/blender/issues/112138#issue-102613_

This is a duplicate of #104865. Please subscribe to that issue for future updates on the issue.

This is a duplicate of https://projects.blender.org/blender/blender-addons/issues/104865. Please subscribe to that issue for future updates on the issue.
Blender Bot added the
Status
Archived
label 2023-09-09 03:01:50 +02:00
Jesse Yurkovich added
Status
Duplicate
and removed
Status
Archived
labels 2023-09-09 03:02:05 +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#104877
No description provided.