GroupOutputs(bpy_struct)

base class — bpy_struct

class bpy.types.GroupOutputs(bpy_struct)

Collection of group sockets

new(name="Socket", type='VALUE')

Add a socket to the group tree.

Parameters:
  • name (string, (optional)) – Name, Name of the socket
  • type (enum in [‘VALUE’, ‘VECTOR’, ‘RGBA’], (optional)) – Type, Type of socket
Returns:

New socket.

Return type:

NodeSocket

expose(sock=None, add_link=True)

Expose an internal socket in the group tree.

Parameters:
  • sock (NodeSocket, (optional)) – Socket, Internal node socket to expose
  • add_link (boolean, (optional)) – Add Link, If TRUE, adds a link to the internal socket
Returns:

New socket.

Return type:

NodeSocket

Inherited Properties

Inherited Functions

References

Previous topic

GroupObjects(bpy_struct)

Next topic

Header(bpy_struct)