Blender V4.3
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 30 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::bke::GSpanAttributeWriter::finish(), blender::bke::SpanAttributeWriter< T >::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::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, options, params, blender::geometry::realize_instances(), blender::bke::GAttributeReader::sharing_info, blender::index_mask::IndexMask::size(), blender::Span< T >::size(), blender::bke::GSpanAttributeWriter::span, blender::bke::SpanAttributeWriter< T >::span, blender::bke::greasepencil::Drawing::strokes(), Curves::totcol, blender::realtime_compositor::transform(), and blender::bke::GAttributeReader::varray.

Referenced by node_register().

◆ node_register()