|
Blender V5.0
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| 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_blend_write (const bNodeTree &, const bNode &node, BlendWriter &writer) |
| static void | node_blend_read (bNodeTree &, bNode &node, BlendDataReader &reader) |
| static void | node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| static void | node_register () |
|
static |
Definition at line 81 of file node_fn_input_string.cc.
References BLO_read_string(), bNode::storage, and NodeInputString::string.
Referenced by node_register().
|
static |
Definition at line 75 of file node_fn_input_string.cc.
References BLO_write_string(), bNode::storage, and NodeInputString::string.
Referenced by node_register().
|
static |
Definition at line 38 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 |
Definition at line 21 of file node_fn_input_string.cc.
References b, blender::ui::Expand, IFACE_, params, RNA_struct_find_property(), and UI_ITEM_R_SPLIT_EMPTY_NAME.
Referenced by node_register().
|
static |
Definition at line 87 of file node_fn_input_string.cc.
References BLF_size(), BLF_width(), IFACE_, params, uiFontStyle::points, SOCK_OUT, SOCK_STRING, bNode::storage, UI_style_get(), uiFontStyle::uifont_id, uiStyle::widget, and bNode::width.
Referenced by node_register().
Definition at line 46 of file node_fn_input_string.cc.
References MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 110 of file node_fn_input_string.cc.
References blender::bke::bNodeType::blend_data_read_storage_content, blender::bke::bNodeType::blend_write_storage_content, blender::bke::bNodeType::build_multi_function, blender::bke::bNodeType::declare, blender::bke::bNodeType::enum_name_legacy, FN_NODE_INPUT_STRING, fn_node_type_base(), blender::bke::bNodeType::gather_link_search_ops, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, node_blend_read(), node_blend_write(), node_build_multi_function(), NODE_CLASS_INPUT, node_declare(), node_gather_link_searches(), node_init(), blender::bke::node_register_type(), node_storage_copy(), node_storage_free(), blender::bke::node_type_storage(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 63 of file node_fn_input_string.cc.
References MEM_dupallocN(), bNode::storage, and NodeInputString::string.
Referenced by node_register().
|
static |
Definition at line 51 of file node_fn_input_string.cc.
References MEM_freeN(), bNode::storage, and NodeInputString::string.
Referenced by node_register().