Blender V4.3
blender::nodes::node_geo_curve_reverse_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void reverse_curve (bke::CurvesGeometry &curves, const fn::FieldContext &field_context, const Field< bool > &selection_field)
 
static void reverse_grease_pencil (GreasePencil &grease_pencil, const Field< bool > &selection_field)
 
static void node_geo_exec (GeoNodeExecParams params)
 
static void node_register ()
 

Function Documentation

◆ node_declare()

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

◆ node_geo_exec()

◆ node_register()

static void blender::nodes::node_geo_curve_reverse_cc::node_register ( )
static

◆ reverse_curve()

static void blender::nodes::node_geo_curve_reverse_cc::reverse_curve ( bke::CurvesGeometry & curves,
const fn::FieldContext & field_context,
const Field< bool > & selection_field )
static

Definition at line 22 of file node_geo_curve_reverse.cc.

Referenced by node_geo_exec(), and reverse_grease_pencil().

◆ reverse_grease_pencil()

static void blender::nodes::node_geo_curve_reverse_cc::reverse_grease_pencil ( GreasePencil & grease_pencil,
const Field< bool > & selection_field )
static