Blender V4.5
node_geo_mesh_primitive_circle.cc File Reference
#include "BKE_material.hh"
#include "BKE_mesh.hh"
#include "NOD_rna_define.hh"
#include "UI_interface.hh"
#include "UI_resources.hh"
#include "BLI_array_utils.hh"
#include "GEO_mesh_primitive_uv_sphere.hh"
#include "node_geometry_util.hh"
#include "RNA_enum_types.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::nodes
namespace  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 *, PointerRNA *ptr)
static void blender::nodes::node_geo_mesh_primitive_circle_cc::node_init (bNodeTree *, 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 Bounds< float3float3blender::nodes::node_geo_mesh_primitive_circle_cc::calculate_bounds_circle (const float radius, 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)
static void blender::nodes::node_geo_mesh_primitive_circle_cc::node_rna (StructRNA *srna)
static void blender::nodes::node_geo_mesh_primitive_circle_cc::node_register ()