Blender  V3.3
Functions
blender::nodes::node_geo_flip_faces_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void mesh_flip_faces (MeshComponent &component, const Field< bool > &selection_field)
 
static void node_geo_exec (GeoNodeExecParams params)
 

Function Documentation

◆ mesh_flip_faces()

static void blender::nodes::node_geo_flip_faces_cc::mesh_flip_faces ( MeshComponent component,
const Field< bool > &  selection_field 
)
static

◆ node_declare()

static void blender::nodes::node_geo_flip_faces_cc::node_declare ( NodeDeclarationBuilder b)
static

Definition at line 15 of file node_geo_flip_faces.cc.

References usdtokens::b(), GEO_COMPONENT_TYPE_MESH, and N_.

Referenced by register_node_type_geo_flip_faces().

◆ node_geo_exec()

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