Hiding all inputs and outputs on nodes in Blender using Python API
For ease of display, all input and output sockets on nodes, both shader and geometry, can be hidden from the user. Hiding unused node inputs and outputs may be necessary to simplify the visual perception of the node tree, which can be very large and complex and does not need to be overloaded with unnecessary information.
Hiding all inputs and outputs on nodes in Blender using Python APIRead More »