11 b.add_output<
decl::Int>(
"Index").field_source();
16 Field<int> index_field{std::make_shared<fn::IndexFieldInput>()};
17 params.set_output(
"Index", std::move(index_field));
27 "Retrieve an integer value indicating the position of each element in the list, starting at "
#define GEO_NODE_INPUT_INDEX
#define NOD_REGISTER_NODE(REGISTER_FUNC)
void node_register_type(bNodeType &ntype)
void geo_node_type_base(blender::bke::bNodeType *ntype, std::string idname, const std::optional< int16_t > legacy_type)
std::string ui_description
NodeGeometryExecFunction geometry_node_execute
const char * enum_name_legacy
NodeDeclareFunction declare