Blender V4.5
blender::nodes::node_geo_grease_pencil_to_curves_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
static void node_geo_exec (GeoNodeExecParams params)
static void node_register ()

Function Documentation

◆ node_declare()

void blender::nodes::node_geo_grease_pencil_to_curves_cc::node_declare ( NodeDeclarationBuilder & b)
static

◆ node_geo_exec()

void blender::nodes::node_geo_grease_pencil_to_curves_cc::node_geo_exec ( GeoNodeExecParams params)
static

Definition at line 32 of file node_geo_grease_pencil_to_curves.cc.

References blender::bke::MutableAttributeAccessor::add(), blender::bke::Instances::add_instance(), blender::bke::Instances::add_reference(), blender::bke::Instances::attributes_for_write(), CD_PROP_STRING, blender::bke::curves_new_nomain(), blender::bke::AttributeIter::data_type, ELEM, blender::nodes::GeoNodeExecParams::extract_input(), blender::bke::GSpanAttributeWriter::finish(), blender::bke::AttributeAccessor::foreach_attribute(), blender::index_mask::IndexMask::foreach_index(), blender::nodes::GeometrySet::from_curves(), blender::nodes::GeometrySet::from_instances(), blender::array_utils::gather(), blender::bke::AttributeIter::get(), blender::nodes::GeoNodeExecParams::get_attribute_filter(), blender::bke::GeometrySet::get_grease_pencil(), blender::GVArrayCommon::is_span(), blender::bke::greasepencil::Layer::local_transform(), blender::bke::MutableAttributeAccessor::lookup_for_write_span(), blender::bke::MutableAttributeAccessor::lookup_or_add_for_write_only_span(), Curves::mat, MEM_dupallocN(), blender::bke::AttributeIter::name, blender::bke::GeometrySet::name, node_geo_exec(), options, blender::geometry::realize_instances(), blender::nodes::GeoNodeExecParams::set_default_remaining_outputs(), blender::nodes::GeoNodeExecParams::set_output(), blender::bke::GAttributeReader::sharing_info, blender::index_mask::IndexMask::size(), blender::Span< T >::size(), blender::bke::GSpanAttributeWriter::span, blender::bke::greasepencil::Drawing::strokes(), Curves::totcol, transform(), and blender::bke::GAttributeReader::varray.

Referenced by node_geo_exec(), and node_register().

◆ node_register()