|
Blender V4.5
|
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, bNode::custom1, and node_declare().
Referenced by node_declare(), and node_register().
|
static |
Definition at line 93 of file node_geo_attribute_domain_size.cc.
References BLI_assert_unreachable, bNode::custom1, blender::bke::AttributeAccessor::domain_size(), blender::nodes::GeoNodeExecParams::extract_input(), blender::bke::GeometrySet::get_component(), blender::nodes::GeoNodeExecParams::node(), node_geo_exec(), blender::nodes::GeoNodeExecParams::set_default_remaining_outputs(), and blender::nodes::GeoNodeExecParams::set_output().
Referenced by node_geo_exec(), and node_register().
|
static |
Definition at line 88 of file node_geo_attribute_domain_size.cc.
References bNode::custom1, and node_init().
Referenced by node_init(), and node_register().
|
static |
Definition at line 83 of file node_geo_attribute_domain_size.cc.
References node_layout(), uiLayout::prop(), and UI_ITEM_NONE.
Referenced by node_layout(), and node_register().
|
static |
Definition at line 172 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(), node_register(), 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.
Referenced by node_register().
|
static |
Definition at line 161 of file node_geo_attribute_domain_size.cc.
References blender::bke::GeometryComponent::Mesh, NOD_inline_enum_accessors, node_rna(), blender::nodes::RNA_def_node_enum(), and rna_enum_geometry_component_type_items.
Referenced by node_register(), and node_rna().