Blender
V3.3
|
#include "node_geometry_util.hh"
Go to the source code of this file.
Namespaces | |
blender | |
blender::nodes | |
blender::nodes::node_geo_set_spline_cyclic_cc | |
Functions | |
static void | blender::nodes::node_geo_set_spline_cyclic_cc::node_declare (NodeDeclarationBuilder &b) |
static void | blender::nodes::node_geo_set_spline_cyclic_cc::set_cyclic_in_component (GeometryComponent &component, const Field< bool > &selection_field, const Field< bool > &cyclic_field) |
static void | blender::nodes::node_geo_set_spline_cyclic_cc::node_geo_exec (GeoNodeExecParams params) |
void | register_node_type_geo_set_spline_cyclic () |
Definition at line 56 of file node_geo_set_spline_cyclic.cc.
References bNodeType::declare, GEO_NODE_SET_SPLINE_CYCLIC, geo_node_type_base(), bNodeType::geometry_node_execute, NODE_CLASS_GEOMETRY, blender::nodes::node_geo_set_spline_cyclic_cc::node_declare(), blender::nodes::node_geo_set_spline_cyclic_cc::node_geo_exec(), and nodeRegisterType().
Referenced by registerGeometryNodes().