Blender
V3.3
|
#include "DNA_node_types.h"
#include "NOD_common.h"
#include "node_common.h"
#include "node_composite_util.hh"
#include "BKE_node.h"
#include "RNA_access.h"
Go to the source code of this file.
Functions | |
void | register_node_type_cmp_group () |
void | register_node_type_cmp_custom_group (bNodeType *ntype) |
Definition at line 40 of file node_composite_common.cc.
References cmp_node_poll_default(), bNodeType::insert_link, node_insert_link_default(), and bNodeType::poll.
Definition at line 18 of file node_composite_common.cc.
References BLI_assert, cmp_node_poll_default(), bNodeType::insert_link, bNodeType::labelfunc, NODE_CLASS_GROUP, 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_size(), nodeRegisterType(), bNodeType::poll, bNodeType::poll_instance, bNodeType::rna_ext, RNA_struct_blender_type_set(), RNA_struct_find(), ExtensionRNA::srna, and bNodeType::type.
Referenced by registerCompositNodes().