|
Blender V4.3
|
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_register () |
|
static |
Definition at line 906 of file node_geo_simulation.cc.
References blender::nodes::socket_items::copy_array(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 848 of file node_geo_simulation.cc.
References b, blender::nodes::SocketDeclaration::description, blender::nodes::SimulationItemsAccessor::item_srna, NodeGeometrySimulationOutput::items, NodeGeometrySimulationOutput::items_num, NodeSimulationItem::name, SOCK_GEOMETRY, blender::nodes::SimulationItemsAccessor::socket_identifier_for_item(), NodeSimulationItem::socket_type, blender::nodes::socket_type_supports_fields(), and tree.
Referenced by node_register().
|
static |
Definition at line 928 of file node_geo_simulation.cc.
References blender::nodes::get_bake_draw_context(), blender::nodes::get_baked_string(), blender::nodes::BakeDrawContext::is_baked, params, and blender::nodes::NodeExtraInfoRow::text.
Referenced by node_register().
|
static |
Definition at line 900 of file node_geo_simulation.cc.
References blender::nodes::socket_items::destruct_array(), and MEM_freeN().
Referenced by node_register().
|
static |
Definition at line 885 of file node_geo_simulation.cc.
References BLI_strdup(), data, DATA_, and SOCK_GEOMETRY.
Referenced by node_register().
|
static |
Definition at line 922 of file node_geo_simulation.cc.
References blender::nodes::socket_items::try_add_item_via_any_extend_socket().
Referenced by node_register().
|
static |
Definition at line 915 of file node_geo_simulation.cc.
References blender::nodes::node_geo_simulation_cc::NODE_OT_simulation_zone_item_add(), blender::nodes::node_geo_simulation_cc::NODE_OT_simulation_zone_item_move(), blender::nodes::node_geo_simulation_cc::NODE_OT_simulation_zone_item_remove(), and WM_operatortype_append().
Referenced by node_register().
|
static |
Definition at line 941 of file node_geo_simulation.cc.
References blender::bke::bNodeType::declare, blender::bke::bNodeType::draw_buttons_ex, blender::bke::bNodeType::gather_link_search_ops, 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::no_muting, NODE_CLASS_INTERFACE, node_copy_storage(), node_declare(), node_extra_info(), node_free_storage(), 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(), blender::bke::node_register_type(), blender::bke::node_type_storage(), and blender::bke::bNodeType::register_operators.
| blender::nodes::node_geo_simulation_cc::sim_output_node::NODE_STORAGE_FUNCS | ( | NodeGeometrySimulationOutput | ) |