|
Blender
V2.93
|
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 [] |
|
static |
Definition at line 32 of file node_fn_input_string.cc.
References blender::nodes::NodeMFNetworkBuilder::bnode(), blender::nodes::NodeMFNetworkBuilder::construct_and_set_matching_fn(), bNode::storage, and NodeInputString::string.
Referenced by register_node_type_fn_input_string().
|
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().
Definition at line 42 of file node_fn_input_string.cc.
References MEM_callocN, and node.
Referenced by register_node_type_fn_input_string().
|
static |
Definition at line 27 of file node_fn_input_string.cc.
References ptr, and uiItemR().
Referenced by register_node_type_fn_input_string().
|
static |
Definition at line 59 of file node_fn_input_string.cc.
References MEM_dupallocN, bNode::storage, and NodeInputString::string.
Referenced by register_node_type_fn_input_string().
| void register_node_type_fn_input_string | ( | void | ) |
Definition at line 73 of file node_fn_input_string.cc.
References bNodeType::draw_buttons, bNodeType::expand_in_mf_network, FN_NODE_INPUT_STRING, fn_node_input_string_expand_in_mf_network(), fn_node_input_string_free(), fn_node_input_string_init(), fn_node_input_string_layout(), fn_node_input_string_out, fn_node_string_copy(), fn_node_type_base(), NODE_CLASS_INPUT, node_type_init(), node_type_socket_templates(), node_type_storage(), and nodeRegisterType().
Referenced by registerFunctionNodes().
|
static |
Definition at line 22 of file node_fn_input_string.cc.
Referenced by register_node_type_fn_input_string().