|
Blender V5.0
|
#include "BKE_curves.hh"#include "BKE_curve_to_mesh.hh"#include "BKE_grease_pencil.hh"#include "BKE_instances.hh"#include "GEO_foreach_geometry.hh"#include "GEO_join_geometries.hh"#include "GEO_randomize.hh"#include "DNA_mesh_types.h"#include "node_geometry_util.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::nodes |
| namespace | blender::nodes::node_geo_curve_to_mesh_cc |
Functions | |
| static void | blender::nodes::node_geo_curve_to_mesh_cc::node_declare (NodeDeclarationBuilder &b) |
| static Mesh * | blender::nodes::node_geo_curve_to_mesh_cc::curve_to_mesh (const bke::CurvesGeometry &curves, const GeometrySet &profile_set, const fn::FieldContext &context, const Field< float > &scale_field, const bool fill_caps, const AttributeFilter &attribute_filter) |
| static void | blender::nodes::node_geo_curve_to_mesh_cc::grease_pencil_to_mesh (GeometrySet &geometry_set, const GeometrySet &profile_set, const Field< float > &scale_field, const bool fill_caps, const AttributeFilter &attribute_filter) |
| static void | blender::nodes::node_geo_curve_to_mesh_cc::node_geo_exec (GeoNodeExecParams params) |
| static void | blender::nodes::node_geo_curve_to_mesh_cc::node_register () |