|
Blender V5.0
|
Functions | |
| NODE_STORAGE_FUNCS (NodeSeparateBundle) | |
| 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 232 of file node_geo_separate_bundle.cc.
References blender::nodes::socket_items::blend_read_data().
Referenced by node_register().
|
static |
Definition at line 227 of file node_geo_separate_bundle.cc.
References blender::nodes::socket_items::blend_write().
Referenced by node_register().
|
static |
Definition at line 64 of file node_geo_separate_bundle.cc.
References blender::nodes::socket_items::copy_array(), MEM_dupallocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 30 of file node_geo_separate_bundle.cc.
References b, i, blender::nodes::SeparateBundleItemsAccessor::item_srna, NodeSeparateBundle::items, NodeSeparateBundle::items_num, name, NodeSeparateBundleItem::name, NODE_INTERFACE_SOCKET_STRUCTURE_TYPE_AUTO, blender::nodes::SeparateBundleItemsAccessor::socket_identifier_for_item(), NodeSeparateBundleItem::socket_type, NodeSeparateBundleItem::structure_type, and tree.
Referenced by node_register().
|
static |
Definition at line 73 of file node_geo_separate_bundle.cc.
References blender::nodes::socket_items::destruct_array(), MEM_freeN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 196 of file node_geo_separate_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_IN, blender::nodes::SeparateBundleItemsAccessor::supports_socket_type(), blender::nodes::sync_sockets_separate_bundle(), bNodeSocket::type, and bNodeSocket::typeinfo.
Referenced by node_register().
|
static |
Definition at line 127 of file node_geo_separate_bundle.cc.
References BLI_STR_UTF8_BLACK_RIGHT_POINTING_SMALL_TRIANGLE, blender::nodes::Error, blender::bke::bNodeSocketType::geometry_nodes_default_value, i, blender::nodes::implicitly_convert_socket_value(), blender::nodes::Info, NodeSeparateBundle::items, NodeSeparateBundle::items_num, blender::bke::bNodeSocketType::label, name, NodeSeparateBundleItem::name, blender::bke::node_socket_type_find_static(), params, blender::fn::lazy_function::Params::set_output(), NodeSeparateBundleItem::socket_type, TIP_, blender::bke::bNodeSocketType::type, and blender::nodes::BundleItemValue::value.
Referenced by node_register().
Definition at line 58 of file node_geo_separate_bundle.cc.
References MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 79 of file node_geo_separate_bundle.cc.
References CTX_wm_space_node(), SpaceNode::edittree, NodeSeparateBundle::items_num, params, SOCK_BUNDLE, blender::nodes::sync_sockets_separate_bundle(), and blender::nodes::socket_items::try_add_item_via_any_extend_socket().
Referenced by node_register().
|
static |
Definition at line 96 of file node_geo_separate_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 122 of file node_geo_separate_bundle.cc.
References blender::nodes::socket_items::ops::make_common_operators().
Referenced by node_register().
|
static |
Definition at line 237 of file node_geo_separate_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_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(), NODE_SEPARATE_BUNDLE, 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_separate_bundle_cc::NODE_STORAGE_FUNCS | ( | NodeSeparateBundle | ) |