|
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 16 of file node_geo_attribute_domain_size.cc.
References b, BLI_assert_unreachable, blender::bke::GeometryComponent::Curve, blender::bke::GeometryComponent::GreasePencil, blender::bke::GeometryComponent::Instance, blender::bke::GeometryComponent::Mesh, and blender::bke::GeometryComponent::PointCloud.
Referenced by node_register().
|
static |
Definition at line 93 of file node_geo_attribute_domain_size.cc.
References BLI_assert_unreachable, blender::bke::GeometryComponent::Curve, blender::bke::GeometrySet::get_component(), blender::bke::GeometryComponent::GreasePencil, blender::bke::GeometryComponent::Instance, blender::bke::GeometryComponent::Mesh, params, and blender::bke::GeometryComponent::PointCloud.
Referenced by node_register().
|
static |
Definition at line 88 of file node_geo_attribute_domain_size.cc.
References blender::bke::GeometryComponent::Mesh.
Referenced by node_register().
|
static |
Definition at line 83 of file node_geo_attribute_domain_size.cc.
References ptr, UI_ITEM_NONE, and uiItemR().
Referenced by 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, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, NODE_CLASS_ATTRIBUTE, node_declare(), node_geo_exec(), node_init(), node_layout(), blender::bke::node_register_type(), node_rna(), blender::bke::bNodeType::rna_ext, and ExtensionRNA::srna.
|
static |
Definition at line 161 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().