|
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 16 of file node_geo_attribute_domain_size.cc.
References b, BLI_assert_unreachable, and bNode::custom1.
Referenced by node_register().
|
static |
Definition at line 96 of file node_geo_attribute_domain_size.cc.
References BLI_assert_unreachable, blender::bke::AttributeAccessor::domain_size(), blender::bke::GeometrySet::get_component(), and params.
Referenced by node_register().
|
static |
Definition at line 91 of file node_geo_attribute_domain_size.cc.
References bNode::custom1.
Referenced by node_register().
|
static |
Definition at line 86 of file node_geo_attribute_domain_size.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
Referenced by node_register().
|
static |
Definition at line 175 of file node_geo_attribute_domain_size.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, GEO_NODE_ATTRIBUTE_DOMAIN_SIZE, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, NODE_CLASS_ATTRIBUTE, node_declare(), node_geo_exec(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::bNodeType::rna_ext, ExtensionRNA::srna, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
|
static |
Definition at line 164 of file node_geo_attribute_domain_size.cc.
References blender::bke::GeometryComponent::Mesh, NOD_inline_enum_accessors, blender::nodes::RNA_def_node_enum(), and rna_enum_geometry_component_type_items.
Referenced by node_register().