|
Blender V4.3
|
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, SOCK_FLOAT, and SOCK_INT.
Referenced by 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(), and blender::nodes::NodeMultiFunctionBuilder::set_matching_fn().
Referenced by node_register().
|
static |
Definition at line 19 of file node_fn_value_to_string.cc.
References b, min, and SOCK_FLOAT.
Referenced by node_register().
|
static |
Definition at line 68 of file node_fn_value_to_string.cc.
References IFACE_, params, SOCK_FLOAT, SOCK_IN, SOCK_INT, and SOCK_STRING.
Referenced by node_register().
|
static |
Definition at line 63 of file node_fn_value_to_string.cc.
References SOCK_FLOAT.
Referenced by node_register().
|
static |
Definition at line 103 of file node_fn_value_to_string.cc.
References ptr, UI_ITEM_NONE, and uiItemR().
Referenced by 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, fn_node_type_base(), blender::bke::bNodeType::gather_link_search_ops, blender::bke::bNodeType::initfunc, node_build_multi_function(), NODE_CLASS_CONVERTER, node_declare(), node_gather_link_searches(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::bNodeType::rna_ext, and ExtensionRNA::srna.
|
static |
Definition at line 108 of file node_fn_value_to_string.cc.
References NOD_inline_enum_accessors, blender::nodes::RNA_def_node_enum(), SOCK_FLOAT, and SOCK_INT.
Referenced by node_register().