Blender  V2.93
Functions | Variables
node_fn_input_string.cc File Reference
#include "node_function_util.hh"
#include "UI_interface.h"
#include "UI_resources.h"

Go to the source code of this file.

Functions

static void fn_node_input_string_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void fn_node_input_string_expand_in_mf_network (blender::nodes::NodeMFNetworkBuilder &builder)
 
static void fn_node_input_string_init (bNodeTree *UNUSED(ntree), bNode *node)
 
static void fn_node_input_string_free (bNode *node)
 
static void fn_node_string_copy (bNodeTree *UNUSED(dest_ntree), bNode *dest_node, const bNode *src_node)
 
void register_node_type_fn_input_string ()
 

Variables

static bNodeSocketTemplate fn_node_input_string_out []
 

Function Documentation

◆ fn_node_input_string_expand_in_mf_network()

static void fn_node_input_string_expand_in_mf_network ( blender::nodes::NodeMFNetworkBuilder builder)
static

◆ fn_node_input_string_free()

static void fn_node_input_string_free ( bNode node)
static

Definition at line 47 of file node_fn_input_string.cc.

References if(), MEM_freeN, node, and NodeInputString::string.

Referenced by register_node_type_fn_input_string().

◆ fn_node_input_string_init()

static void fn_node_input_string_init ( bNodeTree UNUSEDntree,
bNode node 
)
static

Definition at line 42 of file node_fn_input_string.cc.

References MEM_callocN, and node.

Referenced by register_node_type_fn_input_string().

◆ fn_node_input_string_layout()

static void fn_node_input_string_layout ( uiLayout layout,
bContext UNUSEDC,
PointerRNA ptr 
)
static

Definition at line 27 of file node_fn_input_string.cc.

References ptr, and uiItemR().

Referenced by register_node_type_fn_input_string().

◆ fn_node_string_copy()

static void fn_node_string_copy ( bNodeTree UNUSEDdest_ntree,
bNode dest_node,
const bNode src_node 
)
static

◆ register_node_type_fn_input_string()

void register_node_type_fn_input_string ( void  )

Variable Documentation

◆ fn_node_input_string_out

bNodeSocketTemplate fn_node_input_string_out[]
static
Initial value:
= {
{SOCK_STRING, N_("String")},
{-1, ""},
}
#define N_(msgid)
@ SOCK_STRING

Definition at line 22 of file node_fn_input_string.cc.

Referenced by register_node_type_fn_input_string().