|
Blender V4.5
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static const mf::MultiFunction * | get_multi_function (const bNode &bnode) |
| static void | node_build_multi_function (NodeMultiFunctionBuilder &builder) |
| static void | node_init (bNodeTree *, bNode *node) |
| static void | node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 34 of file node_fn_value_to_string.cc.
References b, BLI_assert_unreachable, bNode::custom1, get_multi_function(), SOCK_FLOAT, and SOCK_INT.
Referenced by get_multi_function(), and node_build_multi_function().
|
static |
Definition at line 57 of file node_fn_value_to_string.cc.
References get_multi_function(), blender::nodes::NodeMultiFunctionBuilder::node(), node_build_multi_function(), and blender::nodes::NodeMultiFunctionBuilder::set_matching_fn().
Referenced by node_build_multi_function(), and node_register().
|
static |
Definition at line 19 of file node_fn_value_to_string.cc.
References b, bNode::custom1, min, node_declare(), and SOCK_FLOAT.
Referenced by node_declare(), and node_register().
|
static |
Definition at line 68 of file node_fn_value_to_string.cc.
References blender::nodes::GatherLinkSearchOpParams::add_item(), blender::nodes::LinkSearchOpParams::add_node(), bNode::custom1, IFACE_, blender::nodes::GatherLinkSearchOpParams::in_out(), node_gather_link_searches(), blender::nodes::GatherLinkSearchOpParams::node_tree(), blender::nodes::GatherLinkSearchOpParams::other_socket(), SOCK_FLOAT, SOCK_IN, SOCK_INT, SOCK_STRING, bNodeSocket::type, bNodeTree::typeinfo, and blender::nodes::LinkSearchOpParams::update_and_connect_available_socket().
Referenced by node_gather_link_searches(), and node_register().
Definition at line 63 of file node_fn_value_to_string.cc.
References bNode::custom1, node_init(), and SOCK_FLOAT.
Referenced by node_init(), and node_register().
|
static |
Definition at line 103 of file node_fn_value_to_string.cc.
References node_layout(), uiLayout::prop(), and UI_ITEM_NONE.
Referenced by node_layout(), and node_register().
|
static |
Definition at line 125 of file node_fn_value_to_string.cc.
References blender::bke::bNodeType::build_multi_function, blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, fn_node_type_base(), FN_NODE_VALUE_TO_STRING, blender::bke::bNodeType::gather_link_search_ops, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, node_build_multi_function(), NODE_CLASS_CONVERTER, node_declare(), node_gather_link_searches(), node_init(), node_layout(), node_register(), blender::bke::node_register_type(), node_rna(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, and blender::bke::bNodeType::ui_name.
Referenced by node_register().
|
static |
Definition at line 108 of file node_fn_value_to_string.cc.
References NOD_inline_enum_accessors, node_rna(), blender::nodes::RNA_def_node_enum(), SOCK_FLOAT, and SOCK_INT.
Referenced by node_register(), and node_rna().