|
Blender V5.0
|
Classes | |
| struct | AccumulationInfo |
| class | AccumulateFieldInput |
| class | TotalFieldInput |
Enumerations | |
| enum class | AccumulationMode { Leading = 0 , Trailing = 1 } |
Functions | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_layout (uiLayout *layout, bContext *, PointerRNA *ptr) |
| static void | node_init (bNodeTree *, bNode *node) |
| static std::optional< eCustomDataType > | node_type_from_other_socket (const bNodeSocket &socket) |
| static void | node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_rna (StructRNA *srna) |
| static void | node_register () |
|
strong |
| Enumerator | |
|---|---|
| Leading | |
| Trailing | |
Definition at line 86 of file node_geo_accumulate_field.cc.
|
static |
Definition at line 25 of file node_geo_accumulate_field.cc.
References b, BLI_assert_unreachable, CD_PROP_FLOAT, CD_PROP_FLOAT3, CD_PROP_FLOAT4X4, CD_PROP_INT32, blender::nodes::BaseSocketDeclarationBuilder::description(), node_declare(), and blender::nodes::BaseSocketDeclarationBuilder::supports_field().
Referenced by node_declare(), and node_register().
|
static |
Definition at line 107 of file node_geo_accumulate_field.cc.
References IFACE_, blender::nodes::NodeDeclaration::inputs, node_type_from_other_socket(), params, blender::nodes::search_link_ops_for_declarations(), and SOCK_OUT.
Referenced by node_register().
|
static |
Definition at line 384 of file node_geo_accumulate_field.cc.
References NodeAccumulateField::domain, Leading, node_geo_exec(), params, and Trailing.
Referenced by node_geo_exec(), and node_register().
Definition at line 78 of file node_geo_accumulate_field.cc.
References CD_PROP_FLOAT, data, MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 72 of file node_geo_accumulate_field.cc.
References uiLayout::prop(), ptr, and UI_ITEM_NONE.
Referenced by node_register().
|
static |
Definition at line 443 of file node_geo_accumulate_field.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::enum_name_legacy, blender::bke::bNodeType::gather_link_search_ops, GEO_NODE_ACCUMULATE_FIELD, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::nclass, NODE_CLASS_CONVERTER, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_gather_link_searches(), node_geo_exec(), node_init(), node_layout(), node_register(), 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.
Referenced by node_register().
|
static |
Definition at line 410 of file node_geo_accumulate_field.cc.
References CD_PROP_FLOAT, CD_PROP_FLOAT3, CD_PROP_FLOAT4X4, CD_PROP_INT32, NOD_storage_enum_accessors, node_rna(), blender::nodes::RNA_def_node_enum(), and rna_enum_attribute_domain_items.
Referenced by node_register(), and node_rna().
|
static |
Definition at line 88 of file node_geo_accumulate_field.cc.
References CD_PROP_FLOAT, CD_PROP_FLOAT3, CD_PROP_FLOAT4X4, CD_PROP_INT32, SOCK_BOOLEAN, SOCK_FLOAT, SOCK_INT, SOCK_MATRIX, SOCK_RGBA, SOCK_ROTATION, SOCK_VECTOR, and bNodeSocket::type.
Referenced by node_gather_link_searches().