33 const std::string &name = geometry_set.
name;
36 grease_pencil.
name = name;
37 point_clouds.
name = name;
39 instances.name = name;
60 params.set_output(
"Mesh", meshes);
61 params.set_output(
"Curve", curves);
62 params.set_output(
"Grease Pencil", grease_pencil);
63 params.set_output(
"Point Cloud", point_clouds);
64 params.set_output(
"Volume", volumes);
65 params.set_output(
"Instances", instances);
#define NODE_CLASS_GEOMETRY
#define BLT_I18NCONTEXT_ID_ID
#define NOD_REGISTER_NODE(REGISTER_FUNC)
local_group_size(16, 16) .push_constant(Type b
void node_register_type(bNodeType *ntype)
static void node_declare(NodeDeclarationBuilder &b)
static void node_register()
static void node_geo_exec(GeoNodeExecParams params)
void geo_node_type_base(blender::bke::bNodeType *ntype, int type, const char *name, short nclass)
bool has(const GeometryComponent::Type component_type) const
const GeometryComponent * get_component(GeometryComponent::Type component_type) const
void add(const GeometryComponent &component)
NodeGeometryExecFunction geometry_node_execute
NodeDeclareFunction declare