|
Blender
V2.93
|
#include "DNA_node_types.h"#include "NOD_common.h"#include "node_common.h"#include "node_composite_util.h"#include "BKE_node.h"#include "RNA_access.h"Go to the source code of this file.
Functions | |
| void | register_node_type_cmp_group (void) |
| void | register_node_type_cmp_custom_group (bNodeType *ntype) |
| void register_node_type_cmp_custom_group | ( | bNodeType * | ntype | ) |
Definition at line 61 of file node_composite_common.c.
References cmp_node_poll_default(), bNodeType::insert_link, node_insert_link_default(), node_update_internal_links_default(), NULL, bNodeType::poll, and bNodeType::update_internal_links.
| void register_node_type_cmp_group | ( | void | ) |
Definition at line 35 of file node_composite_common.c.
References BLI_assert, cmp_node_poll_default(), bNodeType::insert_link, NODE_CLASS_GROUP, NODE_CONST_OUTPUT, NODE_GROUP, node_group_label(), node_group_poll_instance(), node_group_update(), node_insert_link_default(), node_type_base_custom(), node_type_group_update(), node_type_label(), node_type_size(), node_type_socket_templates(), node_update_internal_links_default(), nodeRegisterType(), NULL, bNodeType::poll, bNodeType::poll_instance, bNodeType::rna_ext, RNA_struct_blender_type_set(), RNA_struct_find(), ExtensionRNA::srna, bNodeType::type, and bNodeType::update_internal_links.
Referenced by registerCompositNodes().