Blender  V2.93
Namespaces | Functions | Variables
node_geo_mesh_primitive_cylinder.cc File Reference
#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 geo_node_mesh_primitive_cylinder_layout (uiLayout *layout, bContext *UNUSED(C), PointerRNA *ptr)
 
static void geo_node_mesh_primitive_cylinder_init (bNodeTree *UNUSED(ntree), bNode *node)
 
static void blender::nodes::geo_node_mesh_primitive_cylinder_exec (GeoNodeExecParams params)
 
void register_node_type_geo_mesh_primitive_cylinder ()
 

Variables

static bNodeSocketTemplate geo_node_mesh_primitive_cylinder_in []
 
static bNodeSocketTemplate geo_node_mesh_primitive_cylinder_out []
 

Function Documentation

◆ geo_node_mesh_primitive_cylinder_init()

static void geo_node_mesh_primitive_cylinder_init ( bNodeTree UNUSEDntree,
bNode node 
)
static

◆ geo_node_mesh_primitive_cylinder_layout()

static void geo_node_mesh_primitive_cylinder_layout ( uiLayout layout,
bContext UNUSEDC,
PointerRNA ptr 
)
static

◆ register_node_type_geo_mesh_primitive_cylinder()

void register_node_type_geo_mesh_primitive_cylinder ( void  )

Variable Documentation

◆ geo_node_mesh_primitive_cylinder_in

bNodeSocketTemplate geo_node_mesh_primitive_cylinder_in[]
static
Initial value:
= {
{SOCK_INT, N_("Vertices"), 32, 0.0f, 0.0f, 0.0f, 3, 4096},
{SOCK_FLOAT, N_("Radius"), 1.0f, 0.0f, 0.0f, 0.0f, 0.0f, FLT_MAX, PROP_DISTANCE},
{SOCK_FLOAT, N_("Depth"), 2.0f, 0.0f, 0.0f, 0.0f, 0.0f, FLT_MAX, PROP_DISTANCE},
{-1, ""},
}
#define N_(msgid)
@ SOCK_INT
@ SOCK_FLOAT
@ PROP_DISTANCE
Definition: RNA_types.h:135

Definition at line 27 of file node_geo_mesh_primitive_cylinder.cc.

Referenced by register_node_type_geo_mesh_primitive_cylinder().

◆ geo_node_mesh_primitive_cylinder_out

bNodeSocketTemplate geo_node_mesh_primitive_cylinder_out[]
static
Initial value:
= {
{SOCK_GEOMETRY, N_("Geometry")},
{-1, ""},
}
@ SOCK_GEOMETRY

Definition at line 34 of file node_geo_mesh_primitive_cylinder.cc.

Referenced by register_node_type_geo_mesh_primitive_cylinder().