|
Blender V4.3
|
#include "BKE_node.hh"#include "NOD_geometry.hh"#include "NOD_node_declaration.hh"#include "NOD_common.h"#include "node_common.h"#include "node_geometry_util.hh"#include "RNA_access.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
Functions | |
| static void | blender::nodes::register_node_type_geo_group () |
| void | register_node_type_geo_custom_group (blender::bke::bNodeType *ntype) |
| void register_node_type_geo_custom_group | ( | blender::bke::bNodeType * | ntype | ) |
Definition at line 44 of file node_geo_common.cc.
References blender::bke::bNodeType::declare, geo_node_poll_default(), blender::bke::bNodeType::insert_link, blender::nodes::node_group_declare(), node_insert_link_default(), and blender::bke::bNodeType::poll.