Blender  V3.3
Functions
blender::nodes::node_geo_set_curve_handles_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void node_init (bNodeTree *UNUSED(tree), bNode *node)
 
static void update_handle_types_for_movement (int8_t &type, int8_t &other)
 
static void set_position_in_component (CurveComponent &component, const GeometryNodeCurveHandleMode mode, const Field< bool > &selection_field, const Field< float3 > &position_field, const Field< float3 > &offset_field)
 
static void node_geo_exec (GeoNodeExecParams params)
 

Function Documentation

◆ node_declare()

static void blender::nodes::node_geo_set_curve_handles_cc::node_declare ( NodeDeclarationBuilder b)
static

◆ node_geo_exec()

static void blender::nodes::node_geo_set_curve_handles_cc::node_geo_exec ( GeoNodeExecParams  params)
static

◆ node_init()

static void blender::nodes::node_geo_set_curve_handles_cc::node_init ( bNodeTree UNUSEDtree,
bNode node 
)
static

Definition at line 30 of file node_geo_set_curve_handles.cc.

References data, GEO_NODE_CURVE_HANDLE_LEFT, and node.

◆ node_layout()

static void blender::nodes::node_geo_set_curve_handles_cc::node_layout ( uiLayout layout,
bContext UNUSEDC,
PointerRNA ptr 
)
static

Definition at line 25 of file node_geo_set_curve_handles.cc.

References ptr, UI_ITEM_R_EXPAND, and uiItemR().

Referenced by register_node_type_geo_set_curve_handles().

◆ set_position_in_component()

static void blender::nodes::node_geo_set_curve_handles_cc::set_position_in_component ( CurveComponent component,
const GeometryNodeCurveHandleMode  mode,
const Field< bool > &  selection_field,
const Field< float3 > &  position_field,
const Field< float3 > &  offset_field 
)
static

◆ update_handle_types_for_movement()

static void blender::nodes::node_geo_set_curve_handles_cc::update_handle_types_for_movement ( int8_t type,
int8_t other 
)
static