|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| static bool | fn_node_poll_default (bNodeType *UNUSED(ntype), bNodeTree *ntree, const char **r_disabled_hint) |
| void | fn_node_type_base (bNodeType *ntype, int type, const char *name, short nclass, short flag) |
|
static |
Definition at line 20 of file node_function_util.cc.
References bNodeTree::idname, ntree, and STREQ.
Referenced by fn_node_type_base().
| void fn_node_type_base | ( | bNodeType * | ntype, |
| int | type, | ||
| const char * | name, | ||
| short | nclass, | ||
| short | flag | ||
| ) |
Definition at line 32 of file node_function_util.cc.
References fn_node_poll_default(), bNodeType::insert_link, node_insert_link_default(), node_type_base(), node_update_internal_links_default(), bNodeType::poll, type, and bNodeType::update_internal_links.
Referenced by register_node_type_fn_boolean_math(), register_node_type_fn_float_compare(), register_node_type_fn_input_string(), register_node_type_fn_input_vector(), and register_node_type_fn_random_float().