|
Blender V5.0
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_init (bNodeTree *, bNode *node) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 22 of file node_geo_mesh_primitive_cylinder.cc.
References b, BLT_I18NCONTEXT_ID_NODETREE, blender::nodes::decl::Float::default_value, blender::nodes::decl::Int::default_value, NodeGeometryMeshCylinder::fill_type, GEO_NODE_MESH_CIRCLE_FILL_NONE, max, min, node_declare(), and PROP_DISTANCE.
Referenced by node_declare(), and node_register().
|
static |
Definition at line 81 of file node_geo_mesh_primitive_cylinder.cc.
References BKE_id_material_eval_ensure_default_slot(), blender::geometry::ConeAttributeOutputs::bottom_id, blender::geometry::create_cylinder_or_cone_mesh(), NodeGeometryMeshCylinder::fill_type, blender::nodes::GeometrySet::from_mesh(), GEO_NODE_MESH_CIRCLE_FILL_NONE, blender::nodes::Info, params, blender::geometry::ConeAttributeOutputs::side_id, TIP_, blender::geometry::ConeAttributeOutputs::top_id, and blender::geometry::ConeAttributeOutputs::uv_map_id.
Referenced by node_register().
|
static |
Definition at line 72 of file node_geo_mesh_primitive_cylinder.cc.
References NodeGeometryMeshCylinder::fill_type, GEO_NODE_MESH_CIRCLE_FILL_NGON, MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 65 of file node_geo_mesh_primitive_cylinder.cc.
References uiLayout::prop(), ptr, UI_ITEM_NONE, uiLayout::use_property_decorate_set(), and uiLayout::use_property_split_set().
Referenced by node_register().
|
static |
Definition at line 143 of file node_geo_mesh_primitive_cylinder.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_MESH_PRIMITIVE_CYLINDER, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, NODE_CLASS_GEOMETRY, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_geo_exec(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::node_type_storage(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 130 of file node_geo_mesh_primitive_cylinder.cc.
References GEO_NODE_MESH_CIRCLE_FILL_NGON, NOD_storage_enum_accessors, blender::nodes::RNA_def_node_enum(), and rna_enum_node_geometry_mesh_circle_fill_type_items.
Referenced by node_register().