|
Blender V4.3
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_build_multi_function (NodeMultiFunctionBuilder &builder) |
| static void | node_init (bNodeTree *, bNode *node) |
| static void | node_register () |
|
static |
Definition at line 23 of file node_fn_input_int.cc.
References blender::nodes::NodeMultiFunctionBuilder::construct_and_set_matching_fn(), NodeInputInt::integer, blender::nodes::NodeMultiFunctionBuilder::node(), and bNode::storage.
Referenced by node_register().
|
static |
|
static |
Definition at line 17 of file node_fn_input_int.cc.
References col, ptr, UI_ITEM_R_EXPAND, uiItemR(), and uiLayoutColumn().
Referenced by node_register().
|
static |
Definition at line 36 of file node_fn_input_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::initfunc, node_build_multi_function(), node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_init(), node_layout(), blender::bke::node_register_type(), and blender::bke::node_type_storage().