|
Blender V5.0
|
Classes | |
| class | LazyFunctionForSimulationOutputNode |
Functions | |
| NODE_STORAGE_FUNCS (NodeGeometrySimulationOutput) | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_init (bNodeTree *, bNode *node) |
| static void | node_free_storage (bNode *node) |
| static void | node_copy_storage (bNodeTree *, bNode *dst_node, const bNode *src_node) |
| static void | node_operators () |
| static bool | node_insert_link (bke::NodeInsertLinkParams ¶ms) |
| static void | node_extra_info (NodeExtraInfoParams ¶ms) |
| 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 865 of file node_geo_simulation.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 860 of file node_geo_simulation.cc.
References blender::nodes::socket_items::blend_write(), and node_blend_write().
Referenced by node_blend_write(), and node_register().
|
static |
Definition at line 782 of file node_geo_simulation.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 721 of file node_geo_simulation.cc.
References b, blender::nodes::SocketDeclaration::description, i, blender::nodes::SimulationItemsAccessor::item_srna, NodeGeometrySimulationOutput::items, NodeGeometrySimulationOutput::items_num, name, NodeSimulationItem::name, node_declare(), SOCK_GEOMETRY, blender::nodes::SimulationItemsAccessor::socket_identifier_for_item(), NodeSimulationItem::socket_type, blender::nodes::socket_type_supports_fields(), and tree.
Referenced by node_declare(), and node_register().
|
static |
Definition at line 802 of file node_geo_simulation.cc.
References blender::nodes::get_bake_draw_context(), blender::nodes::get_baked_string(), blender::nodes::NodeExtraInfoRow::icon, blender::nodes::BakeDrawContext::is_bakeable_in_current_context, blender::nodes::BakeDrawContext::is_baked, node_extra_info(), params, blender::nodes::NodeExtraInfoRow::text, and TIP_.
Referenced by node_extra_info(), and node_register().
|
static |
Definition at line 776 of file node_geo_simulation.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 821 of file node_geo_simulation.cc.
References blender::nodes::socket_items::add_item_with_socket_type_and_name(), blender::nodes::socket_items::clear(), bNode::identifier, IFACE_, bNode::location, blender::bke::node_add_link(), node_gather_link_searches(), NodeGeometrySimulationInput::output_node_id, params, SOCK_IN, bNode::storage, blender::nodes::SimulationItemsAccessor::supports_socket_type(), bNodeSocket::type, and blender::nodes::update_node_declaration_and_sockets().
Referenced by node_gather_link_searches(), and node_register().
|
static |
Definition at line 761 of file node_geo_simulation.cc.
References BLI_strdup(), data, DATA_, MEM_calloc_arrayN(), MEM_callocN(), node_init(), SOCK_GEOMETRY, and bNode::storage.
Referenced by node_init(), and node_register().
|
static |
Definition at line 796 of file node_geo_simulation.cc.
References node_insert_link(), params, and blender::nodes::socket_items::try_add_item_via_any_extend_socket().
Referenced by node_insert_link(), and node_register().
|
static |
Definition at line 791 of file node_geo_simulation.cc.
References blender::nodes::socket_items::ops::make_common_operators(), and node_operators().
Referenced by node_operators(), and node_register().
|
static |
Definition at line 870 of file node_geo_simulation.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::enum_name_legacy, blender::bke::bNodeType::gather_link_search_ops, GEO_NODE_SIMULATION_OUTPUT, geo_node_type_base(), blender::bke::bNodeType::get_extra_info, blender::bke::bNodeType::initfunc, blender::bke::bNodeType::insert_link, blender::bke::bNodeType::labelfunc, blender::bke::bNodeType::nclass, blender::bke::bNodeType::no_muting, node_blend_read(), node_blend_write(), NODE_CLASS_INTERFACE, node_copy_storage(), node_declare(), node_extra_info(), node_free_storage(), node_gather_link_searches(), node_init(), node_insert_link(), blender::nodes::node_geo_simulation_cc::sim_input_node::node_label(), blender::nodes::node_geo_simulation_cc::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_simulation_cc::sim_output_node::NODE_STORAGE_FUNCS | ( | NodeGeometrySimulationOutput | ) |