|
Blender
V2.93
|
#include "DNA_mesh_types.h"#include "DNA_meshdata_types.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 | |
Functions | |
| static void | blender::nodes::calculate_uvs (Mesh *mesh, Span< MVert > verts, Span< MLoop > loops, const float size_x, const float size_y) |
| static Mesh * | blender::nodes::create_grid_mesh (const int verts_x, const int verts_y, const float size_x, const float size_y) |
| static void | blender::nodes::geo_node_mesh_primitive_grid_exec (GeoNodeExecParams params) |
| void | register_node_type_geo_mesh_primitive_grid () |
Variables | |
| static bNodeSocketTemplate | geo_node_mesh_primitive_grid_in [] |
| static bNodeSocketTemplate | geo_node_mesh_primitive_grid_out [] |
| void register_node_type_geo_mesh_primitive_grid | ( | void | ) |
Definition at line 176 of file node_geo_mesh_primitive_grid.cc.
References GEO_NODE_MESH_PRIMITIVE_GRID, blender::nodes::geo_node_mesh_primitive_grid_exec(), geo_node_mesh_primitive_grid_in, geo_node_mesh_primitive_grid_out, geo_node_type_base(), bNodeType::geometry_node_execute, NODE_CLASS_GEOMETRY, node_type_socket_templates(), and nodeRegisterType().
Referenced by registerGeometryNodes().
|
static |
Definition at line 27 of file node_geo_mesh_primitive_grid.cc.
Referenced by register_node_type_geo_mesh_primitive_grid().
|
static |
Definition at line 35 of file node_geo_mesh_primitive_grid.cc.
Referenced by register_node_type_geo_mesh_primitive_grid().