Blender V4.3
blender::nodes::node_geo_triangulate_cc Namespace Reference

Functions

static void node_declare (NodeDeclarationBuilder &b)
 
static void node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void geo_triangulate_init (bNodeTree *, bNode *node)
 
static Meshtriangulate_mesh_selection (const Mesh &mesh, const int quad_method, const int ngon_method, const IndexMask &selection, const int min_vertices)
 
static void node_geo_exec (GeoNodeExecParams params)
 
static void node_rna (StructRNA *srna)
 
static void node_register ()
 

Function Documentation

◆ geo_triangulate_init()

static void blender::nodes::node_geo_triangulate_cc::geo_triangulate_init ( bNodeTree * ,
bNode * node )
static

◆ node_declare()

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

◆ node_geo_exec()

◆ node_layout()

static void blender::nodes::node_geo_triangulate_cc::node_layout ( uiLayout * layout,
bContext * ,
PointerRNA * ptr )
static

Definition at line 32 of file node_geo_triangulate.cc.

References ptr, UI_ITEM_NONE, and uiItemR().

Referenced by node_register().

◆ node_register()

◆ node_rna()

◆ triangulate_mesh_selection()

static Mesh * blender::nodes::node_geo_triangulate_cc::triangulate_mesh_selection ( const Mesh & mesh,
const int quad_method,
const int ngon_method,
const IndexMask & selection,
const int min_vertices )
static