Blender V4.5
blender::nodes::node_geo_tool_set_face_set_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
static bool is_constant_zero (const Field< int > &face_set)
static void node_geo_exec (GeoNodeExecParams params)
static void node_register ()

Function Documentation

◆ is_constant_zero()

bool blender::nodes::node_geo_tool_set_face_set_cc::is_constant_zero ( const Field< int > & face_set)
static

◆ node_declare()

void blender::nodes::node_geo_tool_set_face_set_cc::node_declare ( NodeDeclarationBuilder & b)
static

Definition at line 11 of file node_geo_tool_set_face_set.cc.

References b, and blender::nodes::SocketDeclaration::hide_value.

Referenced by node_register().

◆ node_geo_exec()

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

◆ node_register()