Creating a new group input node socket exposes the socket even on nodes with hidden unused node sockets active #108927
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Code Documentation
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
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#108927
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.22621-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 535.98
Blender Version
Broken: version: 3.5.1, branch: blender-v3.5-release, commit date: 2023-04-24 18:11, hash:
e1ccd9d4a1d3
Worked: (newest version of Blender that worked as expected)
Short description of error
As the title says - when creating a new node socket on any group input node, this socket will become visible on all group input nodes, even those which have "hide unused node sockets" state. This doesn't make any sense, as the state clearly implies all sockets which are not in use should be hidden.
Exact steps for others to reproduce the error
Result: The newly added socket is displayed on Group Input nodes which have hide unused node sockets enabled
Expected: The newly added socket is displayed only on Group Input nodes which do not have hide unused node sockets enabled
See the attached video:
Hi, thanks for the report, but this is expected behavior.
To explain a bit, there is no node state to hide sockets. Simply creating a socket on drag and drop automatically hides all sockets on other nodes. But that doesn't make the other nodes any special because of it.
What you mean? Do you even know what the hide unused node sockets operator is? bpy.ops.node.hide_socket_toggle() This operator clearly states that when it's active, any node sockets which are not used (connected to anything) should be hidden.
There was even a patch by lone_noel which fixed this exact issue, so this is probably a regression. Unfortunately I can't find the patch since it's in the old maniphest archive.
EDIT: Here's the original report: #94413
Here's the patch. I was wrong though, apparently it was never finished: https://archive.blender.org/developer/D14531 But it was clearly previously considered as a bug, so why is it closed now?
You can hide the sockets of one selected node when you need it, yes.
Please see my reply. I've edited it with more info.
As you can see from the correspondence, this is not a bug fix, but a new feature. And although it seems more intuitive, as you can see, the patch was not accepted because, to some, it seems that the behavior should be different.