|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_label (const bNodeTree *, const bNode *node, char *label, int label_maxncpy) |
| static const mf::MultiFunction * | get_multi_function (const bNode &bnode) |
| static void | node_build_multi_function (NodeMultiFunctionBuilder &builder) |
| static void | node_register () |
|
static |
Definition at line 45 of file node_fn_float_to_int.cc.
References BLI_assert_unreachable, ceil(), bNode::custom1, floor(), FN_NODE_FLOAT_TO_INT_CEIL, FN_NODE_FLOAT_TO_INT_FLOOR, FN_NODE_FLOAT_TO_INT_ROUND, FN_NODE_FLOAT_TO_INT_TRUNCATE, and int.
Referenced by node_build_multi_function().
|
static |
Definition at line 72 of file node_fn_float_to_int.cc.
References get_multi_function(), blender::nodes::NodeMultiFunctionBuilder::node(), and blender::nodes::NodeMultiFunctionBuilder::set_matching_fn().
Referenced by node_register().
|
static |
|
static |
Definition at line 32 of file node_fn_float_to_int.cc.
References BLI_strncpy_utf8(), BLT_I18NCONTEXT_ID_NODETREE, CTX_IFACE_, CTX_N_, label, RNA_enum_name(), and rna_enum_node_float_to_int_items.
Referenced by node_register().
|
static |
Definition at line 27 of file node_fn_float_to_int.cc.
References ptr, UI_ITEM_NONE, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 78 of file node_fn_float_to_int.cc.
References blender::bke::bNodeType::build_multi_function, blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, fn_node_type_base(), blender::bke::bNodeType::labelfunc, node_build_multi_function(), NODE_CLASS_CONVERTER, node_declare(), node_label(), node_layout(), and blender::bke::node_register_type().