Blender V4.3
node_geo_set_curve_handles.cc File Reference
#include <atomic>
#include "BLI_task.hh"
#include "BKE_curves.hh"
#include "NOD_rna_define.hh"
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "RNA_enum_types.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_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 *, PointerRNA *ptr)
 
static void blender::nodes::node_geo_set_curve_handles_cc::node_init (bNodeTree *, 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 (Curves &curves_id, 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)
 
static void blender::nodes::node_geo_set_curve_handles_cc::node_rna (StructRNA *srna)
 
static void blender::nodes::node_geo_set_curve_handles_cc::node_register ()