Node Wrangler #104001
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender-addons#104001
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 64 Bits
Graphics card: Radeon RX550/550 Series ATI Technologies Inc. 4.5.0 Core Profile Context 22.11.2.221130
Blender Version
Broken: version: 3.4.1, branch: blender-v3.4-release, commit date: 2022-12-19 17:00, hash:
blender/blender@55485cb379
Worked: (newest version of Blender that worked as expected)
Addon Information
Name: Node Wrangler (3, 43)
Author: Bartek Skorupa, Greg Zaal, Sebastian Koenig, Christian Brinkmann, Florian Meyer
Short description of error.
I have error with Node Wrangler when try tto work in Shader Editor and trying to add texture on house for example.How can i Fix this
https://ibb.co/gj26mgJ
Exact steps for others to reproduce the error
Added subscriber: @Fare
Added subscriber: @mano-wii
[WinError 233] No process is on the other end of the pipe
it's not an error of the addon. It's an OS error.print
is a common python function used just to display some information on the console.Addons don't need to use this
print
. Maybe Node Wrangler's authors should comment these lines out.If you want to solve it yourself, you can just remove this line with
print
in the addon code.I saw that you have reported the same error before in #103970 (Node Wrangler)
Closed as duplicate of #103970