Blender V4.3
node_geo_set_spline_resolution.cc File Reference
#include "BKE_curves.hh"
#include "BKE_grease_pencil.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_set_spline_resolution_cc
 

Functions

static void blender::nodes::node_geo_set_spline_resolution_cc::node_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_geo_set_spline_resolution_cc::set_curve_resolution (bke::CurvesGeometry &curves, const fn::FieldContext &field_context, const Field< bool > &selection, const Field< int > &resolution)
 
static void blender::nodes::node_geo_set_spline_resolution_cc::set_grease_pencil_resolution (GreasePencil &grease_pencil, const Field< bool > &selection, const Field< int > &resolution)
 
static void blender::nodes::node_geo_set_spline_resolution_cc::node_geo_exec (GeoNodeExecParams params)
 
static void blender::nodes::node_geo_set_spline_resolution_cc::node_register ()