|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_build_multi_function (NodeMultiFunctionBuilder &builder) |
| static void | node_init (bNodeTree *, bNode *node) |
| static void | node_storage_free (bNode *node) |
| static void | node_storage_copy (bNodeTree *, bNode *dest_node, const bNode *src_node) |
| static void | node_register () |
|
static |
Definition at line 23 of file node_fn_input_string.cc.
References blender::nodes::NodeMultiFunctionBuilder::construct_and_set_matching_fn(), blender::nodes::NodeMultiFunctionBuilder::node(), bNode::storage, and NodeInputString::string.
Referenced by node_register().
|
static |
|
static |
Definition at line 31 of file node_fn_input_string.cc.
References MEM_callocN.
Referenced by node_register().
|
static |
Definition at line 18 of file node_fn_input_string.cc.
References ptr, UI_ITEM_NONE, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 60 of file node_fn_input_string.cc.
References blender::bke::bNodeType::build_multi_function, blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, fn_node_type_base(), blender::bke::bNodeType::initfunc, node_build_multi_function(), NODE_CLASS_INPUT, node_declare(), node_init(), node_layout(), blender::bke::node_register_type(), node_storage_copy(), node_storage_free(), and blender::bke::node_type_storage().
|
static |
Definition at line 48 of file node_fn_input_string.cc.
References MEM_dupallocN, bNode::storage, and NodeInputString::string.
Referenced by node_register().
|
static |
Definition at line 36 of file node_fn_input_string.cc.
References MEM_freeN(), and NodeInputString::string.
Referenced by node_register().