|
Blender V4.3
|
#include "BKE_curves.hh"#include "BKE_grease_pencil.hh"#include "BKE_instances.hh"#include "node_geometry_util.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_geo_curves_to_grease_pencil_cc |
Functions | |
| static void | blender::nodes::node_geo_curves_to_grease_pencil_cc::node_declare (NodeDeclarationBuilder &b) |
| static GreasePencil * | blender::nodes::node_geo_curves_to_grease_pencil_cc::curves_to_grease_pencil_with_one_layer (const Curves &curves_id, const Field< bool > &selection_field, const StringRefNull layer_name, const AttributeFilter &attribute_filter) |
| static GreasePencil * | blender::nodes::node_geo_curves_to_grease_pencil_cc::curve_instances_to_grease_pencil_layers (const bke::Instances &instances, const Field< bool > &selection_field, const AttributeFilter &attribute_filter) |
| static void | blender::nodes::node_geo_curves_to_grease_pencil_cc::node_geo_exec (GeoNodeExecParams params) |
| static void | blender::nodes::node_geo_curves_to_grease_pencil_cc::node_register () |