|
Blender V5.0
|
#include "node_function_util.hh"#include "NOD_socket_search_link.hh"#include "BLT_translation.hh"#include "UI_interface.hh"#include "UI_interface_layout.hh"#include "UI_resources.hh"#include "BLO_read_write.hh"#include "BLF_api.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_fn_input_string_cc |
Functions | |
| static void | blender::nodes::node_fn_input_string_cc::node_declare (NodeDeclarationBuilder &b) |
| static void | blender::nodes::node_fn_input_string_cc::node_build_multi_function (NodeMultiFunctionBuilder &builder) |
| static void | blender::nodes::node_fn_input_string_cc::node_init (bNodeTree *, bNode *node) |
| static void | blender::nodes::node_fn_input_string_cc::node_storage_free (bNode *node) |
| static void | blender::nodes::node_fn_input_string_cc::node_storage_copy (bNodeTree *, bNode *dest_node, const bNode *src_node) |
| static void | blender::nodes::node_fn_input_string_cc::node_blend_write (const bNodeTree &, const bNode &node, BlendWriter &writer) |
| static void | blender::nodes::node_fn_input_string_cc::node_blend_read (bNodeTree &, bNode &node, BlendDataReader &reader) |
| static void | blender::nodes::node_fn_input_string_cc::node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| static void | blender::nodes::node_fn_input_string_cc::node_register () |