Blender  V3.3
Namespaces | Functions
node_geo_set_curve_handles.cc File Reference
#include <atomic>
#include "BKE_curves.hh"
#include "UI_interface.h"
#include "UI_resources.h"
#include "node_geometry_util.hh"

Go to the source code of this file.

Namespaces

 blender
 
 blender::nodes
 
 blender::nodes::node_geo_set_curve_handles_cc
 

Functions

static void blender::nodes::node_geo_set_curve_handles_cc::node_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_geo_set_curve_handles_cc::node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void blender::nodes::node_geo_set_curve_handles_cc::node_init (bNodeTree *UNUSED(tree), bNode *node)
 
static void blender::nodes::node_geo_set_curve_handles_cc::update_handle_types_for_movement (int8_t &type, int8_t &other)
 
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 void blender::nodes::node_geo_set_curve_handles_cc::node_geo_exec (GeoNodeExecParams params)
 
void register_node_type_geo_set_curve_handles ()
 

Function Documentation

◆ register_node_type_geo_set_curve_handles()

void register_node_type_geo_set_curve_handles ( void  )