Error using Node Wrangler CTRL + Shift + LMB in Shader Node Group #105448
Labels
No Label
Interest
Animation & Rigging
Interest
Blender Cloud
Interest
Collada
Interest
Core
Interest
Documentation
Interest
Eevee & Viewport
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
Import and Export
Interest
Modeling
Interest
Modifiers
Interest
Nodes & Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds, Tests & Devices
Interest
Python API
Interest
Rendering & Cycles
Interest
Sculpt, Paint & Texture
Interest
Translations
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Meta
Good First Issue
Meta
Papercut
Module
Add-ons (BF-Blender)
Module
Add-ons (Community)
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#105448
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
System Information
Operating system: Windows-10-10.0.19045-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 2060 with Max-Q Design/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 556.13
Blender Version
Broken: version: 4.2.0, branch: blender-v4.2-release, commit date: 2024-07-16 06:20, hash:
a51f293548ad
Worked: (newest version of Blender that worked as expected)
Addon Information
Name: Node Wrangler 3.55
Author: Bartek Skorupa, Greg Zaal, Sebastian Koenig, Christian Brinkmann, Florian Meyer
Short description of error
All work well until I create a node group, and do CTRL + Shift LMB, then the error always shows inside and outside of the node group. but not if create a new material. that way i should create a new material then do the shader creation multiple times because copy paste will copy the error as well
Error :
Python: Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\startup\bl_operators\connect_to_output.py", line 334, in invoke
self.cleanup()
File "C:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\startup\bl_operators\connect_to_output.py", line 238, in cleanup
if not self.has_socket_other_users(socket):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\startup\bl_operators\connect_to_output.py", line 185, in has_socket_other_users
self.search_connected_viewer_sockets(output_node, self.other_viewer_sockets_users)
File "C:\Program Files\Blender Foundation\Blender 4.2\4.2\scripts\startup\bl_operators\connect_to_output.py", line 117, in search_connected_viewer_sockets
if socket.is_inspect_output and socket not in r_sockets:
^^^^^^
UnboundLocalError: cannot access local variable 'socket' where it is not associated with a value
Exact steps for others to reproduce the error
Make a polkadot shader, (add voronoi texture, add mapping, conncect voronoi's distance socket to mapping's vector socket, add color ramp and connect mapping's vector output to colorramp's fac. Then, do CTRL + Shift + LMB to color ramp, then mapping, then color ramp once more)
seems this error not show if I remove (viewer) from node group and do CTRL + Shift + LMB, but shows again after a moment