|
Blender V5.0
|
Functions | |
| 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 *ptr) |
| static const bNodeSocket * | node_internally_linked_input (const bNodeTree &, const bNode &, const bNodeSocket &output_socket) |
| static void | node_gather_link_searches (GatherLinkSearchOpParams ¶ms) |
| static void | node_operators () |
| 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 213 of file node_geo_evaluate_closure.cc.
References blender::nodes::socket_items::blend_read_data().
Referenced by node_register().
|
static |
Definition at line 207 of file node_geo_evaluate_closure.cc.
References blender::nodes::socket_items::blend_write().
Referenced by node_register().
|
static |
Definition at line 74 of file node_geo_evaluate_closure.cc.
References blender::nodes::socket_items::copy_array(), MEM_dupallocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 26 of file node_geo_evaluate_closure.cc.
References b, i, NodeEvaluateClosureInputItem::name, NodeEvaluateClosureOutputItem::name, node_declare(), NODE_INTERFACE_SOCKET_STRUCTURE_TYPE_AUTO, blender::nodes::EvaluateClosureInputItemsAccessor::socket_identifier_for_item(), blender::nodes::EvaluateClosureOutputItemsAccessor::socket_identifier_for_item(), NodeEvaluateClosureInputItem::socket_type, NodeEvaluateClosureOutputItem::socket_type, NodeEvaluateClosureInputItem::structure_type, and NodeEvaluateClosureOutputItem::structure_type.
Referenced by node_declare(), and node_register().
|
static |
Definition at line 84 of file node_geo_evaluate_closure.cc.
References blender::nodes::socket_items::destruct_array(), MEM_freeN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 161 of file node_geo_evaluate_closure.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_CLOSURE, SOCK_IN, blender::nodes::EvaluateClosureInputItemsAccessor::socket_identifier_for_item(), blender::nodes::EvaluateClosureInputItemsAccessor::supports_socket_type(), blender::nodes::sync_sockets_evaluate_closure(), bNodeSocket::type, bNodeSocket::typeinfo, and blender::nodes::update_node_declaration_and_sockets().
Referenced by node_register().
Definition at line 68 of file node_geo_evaluate_closure.cc.
References MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 91 of file node_geo_evaluate_closure.cc.
References CTX_wm_space_node(), SpaceNode::edittree, NodeEvaluateClosure::input_items, NodeEvaluateClosureInputItems::items_num, NodeEvaluateClosureOutputItems::items_num, NodeEvaluateClosure::output_items, params, SOCK_CLOSURE, blender::nodes::sync_sockets_evaluate_closure(), and blender::nodes::socket_items::try_add_item_via_any_extend_socket().
Referenced by node_register().
|
static |
Definition at line 154 of file node_geo_evaluate_closure.cc.
References blender::nodes::evaluate_closure_node_internally_linked_input().
Referenced by node_register().
|
static |
Definition at line 113 of file node_geo_evaluate_closure.cc.
References C, 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(), uiLayout::panel(), uiLayout::prop(), ptr, blender::nodes::socket_type_always_single(), tree, UI_ITEM_NONE, uiLayout::use_property_decorate_set(), and uiLayout::use_property_split_set().
Referenced by node_register().
|
static |
Definition at line 201 of file node_geo_evaluate_closure.cc.
References blender::nodes::socket_items::ops::make_common_operators().
Referenced by node_register().
|
static |
Definition at line 219 of file node_geo_evaluate_closure.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::initfunc, blender::bke::bNodeType::insert_link, blender::bke::bNodeType::internally_linked_input, blender::bke::bNodeType::nclass, node_blend_read(), node_blend_write(), NODE_CLASS_CONVERTER, node_copy_storage(), node_declare(), NODE_EVALUATE_CLOSURE, node_free_storage(), node_gather_link_searches(), node_init(), node_insert_link(), node_internally_linked_input(), 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.