|
Blender V5.0
|
Enumerations | |
| enum class | MatchStringOperation : int8_t { StartsWith , EndsWith , Contains } |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_build_multi_function (NodeMultiFunctionBuilder &builder) |
| static void | node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| static void | node_label (const bNodeTree *, const bNode *node, char *label, int label_maxncpy) |
| static void | node_register () |
Variables | |
| const EnumPropertyItem | rna_enum_node_match_string_items [] |
|
strong |
| Enumerator | |
|---|---|
| StartsWith | |
| EndsWith | |
| Contains | |
Definition at line 16 of file node_fn_match_string.cc.
|
static |
Definition at line 48 of file node_fn_match_string.cc.
References b, Contains, EndsWith, blender::StringRefBase::endswith(), blender::StringRefBase::find(), blender::StringRefBase::not_found, blender::nodes::NodeMultiFunctionBuilder::set_matching_fn(), StartsWith, and blender::StringRefBase::startswith().
Referenced by node_register().
|
static |
Definition at line 37 of file node_fn_match_string.cc.
References b, blender::nodes::SocketDeclaration::description, blender::nodes::SocketDeclaration::is_default_link_socket, blender::nodes::SocketDeclaration::optional_label, and rna_enum_node_match_string_items.
Referenced by node_register().
|
static |
Definition at line 70 of file node_fn_match_string.cc.
References IFACE_, params, rna_enum_node_match_string_items, SOCK_IN, and SOCK_STRING.
Referenced by node_register().
|
static |
Definition at line 102 of file node_fn_match_string.cc.
References BLI_strncpy_utf8(), bNode::custom1, IFACE_, N_, name, RNA_enum_name(), and rna_enum_node_match_string_items.
Referenced by node_register().
|
static |
Definition at line 115 of file node_fn_match_string.cc.
References blender::bke::bNodeType::build_multi_function, blender::bke::bNodeType::declare, fn_node_type_base(), blender::bke::bNodeType::gather_link_search_ops, blender::bke::bNodeType::labelfunc, blender::bke::bNodeType::nclass, node_build_multi_function(), NODE_CLASS_CONVERTER, node_declare(), node_gather_link_searches(), node_label(), blender::bke::node_register_type(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
| const EnumPropertyItem blender::nodes::node_fn_match_string_cc::rna_enum_node_match_string_items[] |
Definition at line 18 of file node_fn_match_string.cc.
Referenced by node_declare(), node_gather_link_searches(), and node_label().