|
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 | 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 [] |
Definition at line 48 of file node_geo_mesh_primitive_cylinder.cc.
References NodeGeometryMeshCylinder::fill_type, GEO_NODE_MESH_CIRCLE_FILL_NGON, MEM_callocN, and node.
Referenced by register_node_type_geo_mesh_primitive_cylinder().
|
static |
Definition at line 39 of file node_geo_mesh_primitive_cylinder.cc.
References ptr, uiItemR(), uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
Referenced by register_node_type_geo_mesh_primitive_cylinder().
| void register_node_type_geo_mesh_primitive_cylinder | ( | void | ) |
Definition at line 84 of file node_geo_mesh_primitive_cylinder.cc.
References bNodeType::draw_buttons, GEO_NODE_MESH_PRIMITIVE_CYLINDER, blender::nodes::geo_node_mesh_primitive_cylinder_exec(), geo_node_mesh_primitive_cylinder_in, geo_node_mesh_primitive_cylinder_init(), geo_node_mesh_primitive_cylinder_layout(), geo_node_mesh_primitive_cylinder_out, geo_node_type_base(), bNodeType::geometry_node_execute, NODE_CLASS_GEOMETRY, node_copy_standard_storage(), node_free_standard_storage(), node_type_init(), node_type_socket_templates(), node_type_storage(), and nodeRegisterType().
Referenced by registerGeometryNodes().
|
static |
Definition at line 27 of file node_geo_mesh_primitive_cylinder.cc.
Referenced by register_node_type_geo_mesh_primitive_cylinder().
|
static |
Definition at line 34 of file node_geo_mesh_primitive_cylinder.cc.
Referenced by register_node_type_geo_mesh_primitive_cylinder().