|
Blender
V2.93
|
#include <string.h>#include "BLI_float3.hh"#include "BLI_utildefines.h"#include "MEM_guardedalloc.h"#include "DNA_node_types.h"#include "BKE_node.h"#include "BLT_translation.h"#include "NOD_function.h"#include "NOD_node_tree_multi_function.hh"#include "node_util.h"#include "FN_multi_function_builder.hh"Go to the source code of this file.
Functions | |
| void | fn_node_type_base (struct bNodeType *ntype, int type, const char *name, short nclass, short flag) |
| void fn_node_type_base | ( | struct 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().