|
Blender V4.3
|
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::SocketDeclaration::description, NodeGeometryMeshCone::fill_type, GEO_NODE_MESH_CIRCLE_FILL_NONE, min, PROP_DISTANCE, blender::nodes::decl::Float::subtype, and blender::nodes::SocketDeclaration::translation_context.
Referenced by node_register().
|
static |
Definition at line 86 of file node_geo_mesh_primitive_cone.cc.
References BKE_id_material_eval_ensure_default_slot(), BKE_mesh_translate(), blender::geometry::create_cylinder_or_cone_mesh(), NodeGeometryMeshCone::fill_type, blender::bke::GeometrySet::from_mesh(), GEO_NODE_MESH_CIRCLE_FILL_NONE, 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, and GEO_NODE_MESH_CIRCLE_FILL_NGON.
Referenced by node_register().
|
static |
Definition at line 79 of file node_geo_mesh_primitive_cone.cc.
References ptr, UI_ITEM_NONE, uiItemR(), uiLayoutSetPropDecorate(), and uiLayoutSetPropSep().
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, 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 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().