|
Blender V5.0
|
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_init (bNodeTree *, bNode *node) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
static |
Definition at line 23 of file node_geo_mesh_primitive_cone.cc.
References b, BLT_I18NCONTEXT_ID_NODETREE, blender::nodes::decl::Float::default_value, blender::nodes::decl::Int::default_value, NodeGeometryMeshCone::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 86 of file node_geo_mesh_primitive_cone.cc.
References BKE_id_material_eval_ensure_default_slot(), blender::geometry::create_cylinder_or_cone_mesh(), NodeGeometryMeshCone::fill_type, blender::nodes::GeometrySet::from_mesh(), GEO_NODE_MESH_CIRCLE_FILL_NONE, Mesh::id, blender::nodes::Info, blender::bke::mesh_translate(), params, TIP_, and blender::geometry::ConeAttributeOutputs::top_id.
Referenced by node_register().
|
static |
Definition at line 70 of file node_geo_mesh_primitive_cone.cc.
References NodeGeometryMeshCone::fill_type, GEO_NODE_MESH_CIRCLE_FILL_NGON, MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 79 of file node_geo_mesh_primitive_cone.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 152 of file node_geo_mesh_primitive_cone.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_MESH_PRIMITIVE_CONE, 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 139 of file node_geo_mesh_primitive_cone.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().