Blender  V3.3
Namespaces | Functions
node_geo_mesh_primitive_circle.cc File Reference
#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_circle_cc
 

Functions

static void blender::nodes::node_geo_mesh_primitive_circle_cc::node_declare (NodeDeclarationBuilder &b)
 
static void blender::nodes::node_geo_mesh_primitive_circle_cc::node_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void blender::nodes::node_geo_mesh_primitive_circle_cc::node_init (bNodeTree *UNUSED(ntree), bNode *node)
 
static int blender::nodes::node_geo_mesh_primitive_circle_cc::circle_vert_total (const GeometryNodeMeshCircleFillType fill_type, const int verts_num)
 
static int blender::nodes::node_geo_mesh_primitive_circle_cc::circle_edge_total (const GeometryNodeMeshCircleFillType fill_type, const int verts_num)
 
static int blender::nodes::node_geo_mesh_primitive_circle_cc::circle_corner_total (const GeometryNodeMeshCircleFillType fill_type, const int verts_num)
 
static int blender::nodes::node_geo_mesh_primitive_circle_cc::circle_face_total (const GeometryNodeMeshCircleFillType fill_type, const int verts_num)
 
static Meshblender::nodes::node_geo_mesh_primitive_circle_cc::create_circle_mesh (const float radius, const int verts_num, const GeometryNodeMeshCircleFillType fill_type)
 
static void blender::nodes::node_geo_mesh_primitive_circle_cc::node_geo_exec (GeoNodeExecParams params)
 
void register_node_type_geo_mesh_primitive_circle ()
 

Function Documentation

◆ register_node_type_geo_mesh_primitive_circle()

void register_node_type_geo_mesh_primitive_circle ( void  )