Blender  V2.93
Public Attributes | List of all members
NodeLinkItem Struct Reference

Public Attributes

int socket_index
 
int socket_type
 
const char * socket_name
 
const char * node_name
 
bNodeTreengroup
 

Detailed Description

Definition at line 54 of file node_templates.c.

Member Data Documentation

◆ ngroup

bNodeTree* NodeLinkItem::ngroup

◆ node_name

const char* NodeLinkItem::node_name

Definition at line 58 of file node_templates.c.

Referenced by ui_node_link_items(), and ui_node_menu_column().

◆ socket_index

int NodeLinkItem::socket_index

Definition at line 55 of file node_templates.c.

Referenced by node_socket_add_replace(), and ui_node_link_items().

◆ socket_name

const char* NodeLinkItem::socket_name

Definition at line 57 of file node_templates.c.

Referenced by ui_node_link_items().

◆ socket_type

int NodeLinkItem::socket_type

Definition at line 56 of file node_templates.c.

Referenced by ui_node_link_items().


The documentation for this struct was generated from the following file: