Blender V4.3
node_geo_triangulate.cc File Reference
#include "BKE_customdata.hh"
#include "BKE_mesh.hh"
#include "bmesh.hh"
#include "bmesh_tools.hh"
#include "DNA_mesh_types.h"
#include "NOD_rna_define.hh"
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "GEO_randomize.hh"
#include "node_geometry_util.hh"

Go to the source code of this file.

Namespaces

namespace  blender
 
namespace  blender::nodes
 
namespace  blender::nodes::node_geo_triangulate_cc
 

Functions

static void blender::nodes::node_geo_triangulate_cc::node_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_geo_triangulate_cc::node_layout (uiLayout *layout, bContext *, PointerRNA *ptr)
 
static void blender::nodes::node_geo_triangulate_cc::geo_triangulate_init (bNodeTree *, bNode *node)
 
static Meshblender::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 void blender::nodes::node_geo_triangulate_cc::node_geo_exec (GeoNodeExecParams params)
 
static void blender::nodes::node_geo_triangulate_cc::node_rna (StructRNA *srna)
 
static void blender::nodes::node_geo_triangulate_cc::node_register ()