|
Blender V5.0
|
Functions | |
| NODE_STORAGE_FUNCS (NodeCombineBundle) | |
| 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 (bke::NodeInsertLinkParams ¶ms) |
| 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_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| 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 186 of file node_geo_combine_bundle.cc.
References blender::nodes::socket_items::blend_read_data().
Referenced by node_register().
|
static |
Definition at line 181 of file node_geo_combine_bundle.cc.
References blender::nodes::socket_items::blend_write().
Referenced by node_register().
|
static |
Definition at line 60 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 27 of file node_geo_combine_bundle.cc.
References b, i, blender::nodes::CombineBundleItemsAccessor::item_srna, NodeCombineBundle::items, NodeCombineBundle::items_num, name, NodeCombineBundleItem::name, NODE_INTERFACE_SOCKET_STRUCTURE_TYPE_AUTO, blender::nodes::CombineBundleItemsAccessor::socket_identifier_for_item(), NodeCombineBundleItem::socket_type, NodeCombineBundleItem::structure_type, and tree.
Referenced by node_register().
|
static |
Definition at line 69 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 150 of file node_geo_combine_bundle.cc.
References blender::nodes::socket_items::add_item_with_socket_type_and_name(), CTX_wm_space_node(), IFACE_, bNodeSocket::in_out, bNode::name, params, SOCK_BUNDLE, SOCK_OUT, blender::nodes::CombineBundleItemsAccessor::supports_socket_type(), blender::nodes::sync_sockets_combine_bundle(), bNodeSocket::type, and bNodeSocket::typeinfo.
Referenced by node_register().
|
static |
Definition at line 123 of file node_geo_combine_bundle.cc.
References blender::nodes::Bundle::add(), BLI_assert, blender::nodes::Bundle::create(), blender::bke::bNodeSocketType::geometry_nodes_default_value, i, NodeCombineBundle::items, NodeCombineBundle::items_num, name, NodeCombineBundleItem::name, blender::bke::node_socket_type_find_static(), params, and NodeCombineBundleItem::socket_type.
Referenced by node_register().
Definition at line 54 of file node_geo_combine_bundle.cc.
References MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 75 of file node_geo_combine_bundle.cc.
References CTX_wm_space_node(), SpaceNode::edittree, NodeCombineBundle::items_num, params, SOCK_BUNDLE, blender::nodes::sync_sockets_combine_bundle(), and blender::nodes::socket_items::try_add_item_via_any_extend_socket().
Referenced by node_register().
|
static |
Definition at line 92 of file node_geo_combine_bundle.cc.
References C, PointerRNA::data, PointerRNA::data_as(), blender::nodes::socket_items::ui::draw_active_item_props(), blender::nodes::socket_items::ui::draw_items_list_with_operators(), IFACE_, uiLayout::op(), PointerRNA::owner_id, uiLayout::panel(), uiLayout::prop(), blender::nodes::socket_type_always_single(), UI_ITEM_NONE, uiLayout::use_property_decorate_set(), and uiLayout::use_property_split_set().
Referenced by node_register().
|
static |
Definition at line 118 of file node_geo_combine_bundle.cc.
References blender::nodes::socket_items::ops::make_common_operators().
Referenced by node_register().
|
static |
Definition at line 191 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, blender::bke::bNodeType::gather_link_search_ops, 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_COMBINE_BUNDLE, node_copy_storage(), node_declare(), node_free_storage(), node_gather_link_searches(), 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, sh_geo_node_type_base(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
| blender::nodes::node_geo_combine_bundle_cc::NODE_STORAGE_FUNCS | ( | NodeCombineBundle | ) |