|
Blender V4.5
|
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 (bNodeTree *ntree, bNode *node, bNodeLink *link) |
| 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 921 of file node_geo_simulation.cc.
References node, and node_blend_read().
Referenced by node_blend_read(), and node_register().
|
static |
Definition at line 916 of file node_geo_simulation.cc.
References node, and node_blend_write().
Referenced by node_blend_write(), and node_register().
|
static |
Definition at line 843 of file node_geo_simulation.cc.
References MEM_dupallocN(), node_copy_storage(), and bNode::storage.
Referenced by node_copy_storage(), and node_register().
|
static |
Definition at line 782 of file node_geo_simulation.cc.
References b, blender::nodes::SocketDeclaration::description, NodeGeometrySimulationOutput::items, NodeGeometrySimulationOutput::items_num, name, NodeSimulationItem::name, node, SOCK_GEOMETRY, NodeSimulationItem::socket_type, blender::nodes::socket_type_supports_fields(), and tree.
|
static |
Definition at line 863 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 837 of file node_geo_simulation.cc.
References MEM_freeN(), node, and node_free_storage().
Referenced by node_free_storage(), and node_register().
|
static |
Definition at line 882 of file node_geo_simulation.cc.
References bNode::identifier, IFACE_, bNode::location, node_gather_link_searches(), NodeGeometrySimulationInput::output_node_id, params, SOCK_IN, bNode::storage, bNodeSocket::type, and blender::nodes::update_node_declaration_and_sockets().
Referenced by node_gather_link_searches(), and node_register().
|
static |
Definition at line 822 of file node_geo_simulation.cc.
References BLI_strdup(), data, DATA_, MEM_calloc_arrayN(), MEM_callocN(), node, and SOCK_GEOMETRY.
|
static |
Definition at line 857 of file node_geo_simulation.cc.
References node.
|
static |
Definition at line 852 of file node_geo_simulation.cc.
References node_operators().
Referenced by node_operators(), and node_register().
|
static |
Definition at line 926 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_extra_info(), node_free_storage(), node_gather_link_searches(), blender::nodes::node_geo_simulation_cc::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_simulation_cc::sim_output_node::NODE_STORAGE_FUNCS | ( | NodeGeometrySimulationOutput | ) |