|
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().
Referenced by node_register().
|
static |
Definition at line 120 of file node_geo_combine_bundle.cc.
References blender::nodes::socket_items::blend_write().
Referenced by node_register().
|
static |
Definition at line 47 of file node_geo_combine_bundle.cc.
References blender::nodes::socket_items::copy_array(), MEM_dupallocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 22 of file node_geo_combine_bundle.cc.
References b, i, blender::nodes::CombineBundleItemsAccessor::item_srna, NodeGeometryCombineBundle::items, NodeGeometryCombineBundle::items_num, NodeGeometryCombineBundleItem::name, blender::nodes::CombineBundleItemsAccessor::socket_identifier_for_item(), NodeGeometryCombineBundleItem::socket_type, and tree.
Referenced by node_register().
|
static |
Definition at line 56 of file node_geo_combine_bundle.cc.
References blender::nodes::socket_items::destruct_array(), MEM_freeN(), and bNode::storage.
Referenced by 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::StringRefBase::is_empty(), NodeGeometryCombineBundle::items, NodeGeometryCombineBundle::items_num, NodeGeometryCombineBundleItem::name, blender::bke::node_socket_type_find_static(), params, NodeGeometryCombineBundleItem::socket_type, and U.
Referenced by node_register().
Definition at line 41 of file node_geo_combine_bundle.cc.
References MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 62 of file node_geo_combine_bundle.cc.
References tree, and blender::nodes::socket_items::try_add_item_via_any_extend_socket().
Referenced by node_register().
|
static |
Definition at line 68 of file node_geo_combine_bundle.cc.
References C, PointerRNA::data, blender::nodes::socket_items::ui::draw_active_item_props(), blender::nodes::socket_items::ui::draw_items_list_with_operators(), PointerRNA::owner_id, uiLayout::panel(), TIP_, and UI_ITEM_NONE.
Referenced by node_register().
|
static |
Definition at line 83 of file node_geo_combine_bundle.cc.
References blender::nodes::socket_items::ops::make_common_operators().
Referenced by 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(), 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.
| blender::nodes::node_geo_combine_bundle_cc::NODE_STORAGE_FUNCS | ( | NodeGeometryCombineBundle | ) |