Blender
V3.3
|
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) |
|
static |
Definition at line 8 of file node_function_util.cc.
References bNodeTree::idname, ntree, STREQ, and TIP_.
Referenced by fn_node_type_base().
Definition at line 20 of file node_function_util.cc.
References fn_node_poll_default(), bNodeType::gather_link_search_ops, bNodeType::insert_link, node_insert_link_default(), node_type_base(), bNodeType::poll, blender::nodes::search_link_ops_for_basic_node(), and type.
Referenced by register_node_type_fn_align_euler_to_vector(), register_node_type_fn_boolean_math(), register_node_type_fn_combine_color(), register_node_type_fn_compare(), register_node_type_fn_float_to_int(), register_node_type_fn_input_bool(), register_node_type_fn_input_color(), register_node_type_fn_input_int(), register_node_type_fn_input_special_characters(), register_node_type_fn_input_string(), register_node_type_fn_input_vector(), register_node_type_fn_random_value(), register_node_type_fn_replace_string(), register_node_type_fn_rotate_euler(), register_node_type_fn_separate_color(), register_node_type_fn_slice_string(), register_node_type_fn_string_length(), and register_node_type_fn_value_to_string().