Blender  V3.3
Namespaces | Functions
node_geo_set_position.cc File Reference
#include "DEG_depsgraph_query.h"
#include "BLI_task.hh"
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "BKE_curves.hh"
#include "node_geometry_util.hh"

Go to the source code of this file.

Namespaces

 blender
 
 blender::nodes
 
 blender::nodes::node_geo_set_position_cc
 

Functions

static void blender::nodes::node_geo_set_position_cc::node_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_geo_set_position_cc::set_computed_position_and_offset (GeometryComponent &component, const VArray< float3 > &in_positions, const VArray< float3 > &in_offsets, const IndexMask selection)
 
static void blender::nodes::node_geo_set_position_cc::set_position_in_component (GeometryComponent &component, const Field< bool > &selection_field, const Field< float3 > &position_field, const Field< float3 > &offset_field)
 
static void blender::nodes::node_geo_set_position_cc::node_geo_exec (GeoNodeExecParams params)
 
void register_node_type_geo_set_position ()
 

Function Documentation

◆ register_node_type_geo_set_position()

void register_node_type_geo_set_position ( void  )