|
Blender V4.5
|
Functions | |
| NODE_STORAGE_FUNCS (NodeGeometryCombineBundle) | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_init (bNodeTree *, bNode *node) |
| static void | node_copy_storage (bNodeTree *, bNode *dst_node, const bNode *src_node) |
| static void | node_free_storage (bNode *node) |
| static bool | node_insert_link (bNodeTree *tree, bNode *node, bNodeLink *link) |
| static void | node_layout_ex (uiLayout *layout, bContext *C, PointerRNA *node_ptr) |
| static void | node_operators () |
| static void | node_geo_exec (GeoNodeExecParams params) |
| static void | node_blend_write (const bNodeTree &, const bNode &node, BlendWriter &writer) |
| static void | node_blend_read (bNodeTree &, bNode &node, BlendDataReader &reader) |
| static void | node_register () |
|
static |
Definition at line 125 of file node_geo_combine_bundle.cc.
References blender::nodes::socket_items::blend_read_data(), and node_blend_read().
Referenced by node_blend_read(), and node_register().
|
static |
Definition at line 120 of file node_geo_combine_bundle.cc.
References blender::nodes::socket_items::blend_write(), and node_blend_write().
Referenced by node_blend_write(), and node_register().
|
static |
Definition at line 47 of file node_geo_combine_bundle.cc.
References blender::nodes::socket_items::copy_array(), MEM_dupallocN(), node_copy_storage(), and bNode::storage.
Referenced by node_copy_storage(), and node_register().
|
static |
Definition at line 22 of file node_geo_combine_bundle.cc.
References b, i, bNodeTree::id, blender::IndexRange::IndexRange(), blender::nodes::CombineBundleItemsAccessor::item_srna, NodeGeometryCombineBundle::items, NodeGeometryCombineBundle::items_num, NodeGeometryCombineBundleItem::name, node_declare(), blender::nodes::CombineBundleItemsAccessor::socket_identifier_for_item(), and NodeGeometryCombineBundleItem::socket_type.
Referenced by node_declare(), and node_register().
|
static |
Definition at line 56 of file node_geo_combine_bundle.cc.
References blender::nodes::socket_items::destruct_array(), MEM_freeN(), node_free_storage(), and bNode::storage.
Referenced by node_free_storage(), and node_register().
|
static |
Definition at line 88 of file node_geo_combine_bundle.cc.
References blender::nodes::Bundle::add(), BLI_assert, blender::nodes::Bundle::create(), blender::bke::bNodeSocketType::geometry_nodes_cpp_type, i, blender::IndexRange::IndexRange(), blender::StringRefBase::is_empty(), NodeGeometryCombineBundle::items, NodeGeometryCombineBundle::items_num, blender::nodes::GeoNodeExecParams::low_level_lazy_function_params(), NodeGeometryCombineBundleItem::name, blender::nodes::GeoNodeExecParams::node(), node_geo_exec(), blender::bke::node_socket_type_find_static(), blender::nodes::GeoNodeExecParams::set_default_remaining_outputs(), blender::nodes::GeoNodeExecParams::set_output(), NodeGeometryCombineBundleItem::socket_type, blender::nodes::SocketInterfaceKey::SocketInterfaceKey(), blender::fn::lazy_function::Params::try_get_input_data_ptr(), and U.
Referenced by node_geo_exec(), and node_register().
Definition at line 41 of file node_geo_combine_bundle.cc.
References MEM_callocN(), node_init(), and bNode::storage.
Referenced by node_init(), and node_register().
|
static |
Definition at line 62 of file node_geo_combine_bundle.cc.
References node_insert_link(), and blender::nodes::socket_items::try_add_item_via_any_extend_socket().
Referenced by node_insert_link(), and node_register().
|
static |
Definition at line 68 of file node_geo_combine_bundle.cc.
References C, PointerRNA::data, node_layout_ex(), PointerRNA::owner_id, uiLayout::panel(), TIP_, and UI_ITEM_NONE.
Referenced by node_layout_ex(), and node_register().
|
static |
Definition at line 83 of file node_geo_combine_bundle.cc.
References blender::nodes::socket_items::ops::make_common_operators(), and node_operators().
Referenced by node_operators(), and node_register().
|
static |
Definition at line 130 of file node_geo_combine_bundle.cc.
References blender::bke::bNodeType::blend_data_read_storage_content, blender::bke::bNodeType::blend_write_storage_content, blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons_ex, GEO_NODE_COMBINE_BUNDLE, geo_node_type_base(), blender::bke::bNodeType::geometry_node_execute, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::insert_link, blender::bke::bNodeType::nclass, node_blend_read(), node_blend_write(), NODE_CLASS_CONVERTER, node_copy_storage(), node_declare(), node_free_storage(), node_geo_exec(), node_init(), node_insert_link(), node_layout_ex(), node_operators(), node_register(), blender::bke::node_register_type(), blender::bke::node_type_storage(), blender::bke::bNodeType::register_operators, blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
Referenced by node_register().
| blender::nodes::node_geo_combine_bundle_cc::NODE_STORAGE_FUNCS | ( | NodeGeometryCombineBundle | ) |
References NODE_STORAGE_FUNCS().
Referenced by NODE_STORAGE_FUNCS().