|
Blender V4.3
|
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::SocketDeclaration::description, NodeGeometryMeshCylinder::fill_type, GEO_NODE_MESH_CIRCLE_FILL_NONE, PROP_DISTANCE, blender::nodes::decl::Float::subtype, and blender::nodes::SocketDeclaration::translation_context.
Referenced by 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::bke::GeometrySet::from_mesh(), GEO_NODE_MESH_CIRCLE_FILL_NONE, 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, and GEO_NODE_MESH_CIRCLE_FILL_NGON.
Referenced by node_register().
|
static |
Definition at line 65 of file node_geo_mesh_primitive_cylinder.cc.
References ptr, UI_ITEM_NONE, uiItemR(), uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
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, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, 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, and ExtensionRNA::srna.
|
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().