Blender
V3.3
|
Functions | |
static void | fn_node_float_to_int_declare (NodeDeclarationBuilder &b) |
static void | fn_node_float_to_int_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr) |
static void | node_float_to_int_label (const bNodeTree *UNUSED(ntree), const bNode *node, char *label, int maxlen) |
static const fn::MultiFunction * | get_multi_function (bNode &bnode) |
static void | fn_node_float_to_int_build_multi_function (NodeMultiFunctionBuilder &builder) |
|
static |
Definition at line 69 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 register_node_type_fn_float_to_int().
|
static |
Definition at line 17 of file node_fn_float_to_int.cc.
References usdtokens::b(), and N_.
Referenced by register_node_type_fn_float_to_int().
|
static |
Definition at line 24 of file node_fn_float_to_int.cc.
References ptr, and uiItemR().
Referenced by register_node_type_fn_float_to_int().
|
static |
Definition at line 42 of file node_fn_float_to_int.cc.
References Freestyle::a, BLI_assert_unreachable, ceil(), bNode::custom1, blender::math::floor(), FN_NODE_FLOAT_TO_INT_CEIL, FN_NODE_FLOAT_TO_INT_FLOOR, FN_NODE_FLOAT_TO_INT_ROUND, and FN_NODE_FLOAT_TO_INT_TRUNCATE.
Referenced by fn_node_float_to_int_build_multi_function().
|
static |
Definition at line 29 of file node_fn_float_to_int.cc.
References BLI_strncpy(), IFACE_, label, node, RNA_enum_name(), and rna_enum_node_float_to_int_items.
Referenced by register_node_type_fn_float_to_int().