|
Blender V4.3
|
Classes | |
| class | AccumulateFieldInput |
| struct | AccumulationInfo |
| 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 85 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(), blender::nodes::SocketDeclaration::description, and blender::nodes::BaseSocketDeclarationBuilder::supports_field().
Referenced by node_register().
|
static |
Definition at line 106 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 371 of file node_geo_accumulate_field.cc.
References NodeAccumulateField::domain, node_geo_exec(), and params.
Referenced by node_geo_exec(), and node_register().
|
static |
Definition at line 77 of file node_geo_accumulate_field.cc.
References CD_PROP_FLOAT, and data.
Referenced by node_register().
|
static |
Definition at line 71 of file node_geo_accumulate_field.cc.
References ptr, UI_ITEM_NONE, and uiItemR().
Referenced by node_register().
|
static |
Definition at line 426 of file node_geo_accumulate_field.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons, blender::bke::bNodeType::gather_link_search_ops, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, 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, and ExtensionRNA::srna.
Referenced by node_register().
|
static |
Definition at line 397 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 87 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().