Blender  V3.3
Namespaces | Functions
node_geo_mesh_primitive_grid.cc File Reference
#include "BLI_task.hh"
#include "DNA_mesh_types.h"
#include "DNA_meshdata_types.h"
#include "BKE_material.h"
#include "BKE_mesh.h"
#include "UI_interface.h"
#include "UI_resources.h"
#include "node_geometry_util.hh"

Go to the source code of this file.

Namespaces

 blender
 
 blender::nodes
 
 blender::nodes::node_geo_mesh_primitive_grid_cc
 

Functions

static void blender::nodes::calculate_uvs (Mesh *mesh, Span< MVert > verts, Span< MLoop > loops, const float size_x, const float size_y)
 
Meshblender::nodes::create_grid_mesh (int verts_x, int verts_y, float size_x, float size_y)
 
static void blender::nodes::node_geo_mesh_primitive_grid_cc::node_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_geo_mesh_primitive_grid_cc::node_geo_exec (GeoNodeExecParams params)
 
void register_node_type_geo_mesh_primitive_grid ()
 

Function Documentation

◆ register_node_type_geo_mesh_primitive_grid()

void register_node_type_geo_mesh_primitive_grid ( void  )