Blender V4.3
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()

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

◆ node_declare()

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

Definition at line 13 of file node_geo_tool_set_face_set.cc.

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

Referenced by node_register().

◆ node_geo_exec()

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

◆ node_register()