|
Blender
V2.93
|
#include "BKE_node.h"#include "NOD_geometry.h"#include "NOD_common.h"#include "node_common.h"#include "node_geometry_util.hh"Go to the source code of this file.
Functions | |
| void | register_node_type_geo_group (void) |
| void | register_node_type_geo_custom_group (bNodeType *ntype) |
| void register_node_type_geo_custom_group | ( | bNodeType * | ntype | ) |
Definition at line 47 of file node_geo_common.cc.
References geo_node_poll_default(), bNodeType::insert_link, node_insert_link_default(), node_update_internal_links_default(), bNodeType::poll, and bNodeType::update_internal_links.
| void register_node_type_geo_group | ( | void | ) |
Definition at line 25 of file node_geo_common.cc.
References BLI_assert, geo_node_poll_default(), bNodeType::insert_link, 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_label(), node_type_size(), node_type_socket_templates(), node_update_internal_links_default(), nodeRegisterType(), 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 registerGeometryNodes().