|
Blender V5.0
|
Classes | |
| class | LazyFunctionForSimulationInputNode |
Functions | |
| NODE_STORAGE_FUNCS (NodeGeometrySimulationInput) | |
| static void | node_declare (NodeDeclarationBuilder &b) |
| static void | node_init (bNodeTree *, bNode *node) |
| static void | node_label (const bNodeTree *, const bNode *, char *label, const int label_maxncpy) |
| static bool | node_insert_link (bke::NodeInsertLinkParams ¶ms) |
| static void | node_register () |
|
static |
Definition at line 382 of file node_geo_simulation.cc.
References b, ELEM, i, bNodeTree::id, blender::nodes::SimulationItemsAccessor::item_srna, name, NodeSimulationItem::name, SOCK_GEOMETRY, blender::nodes::SimulationItemsAccessor::socket_identifier_for_item(), NodeSimulationItem::socket_type, blender::nodes::socket_type_supports_fields(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 425 of file node_geo_simulation.cc.
References data, MEM_callocN(), and bNode::storage.
Referenced by node_register().
|
static |
Definition at line 441 of file node_geo_simulation.cc.
References params, and blender::nodes::socket_items::try_add_item_via_any_extend_socket().
Referenced by node_register().
|
static |
Definition at line 433 of file node_geo_simulation.cc.
References BLI_strncpy_utf8(), BLT_I18NCONTEXT_ID_NODETREE, and CTX_IFACE_.
Referenced by node_register(), and blender::nodes::node_geo_simulation_cc::sim_output_node::node_register().
|
static |
Definition at line 451 of file node_geo_simulation.cc.
References 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_INPUT, geo_node_type_base(), blender::bke::bNodeType::initfunc, blender::bke::bNodeType::insert_link, blender::bke::bNodeType::labelfunc, blender::bke::bNodeType::nclass, blender::bke::bNodeType::no_muting, NODE_CLASS_INTERFACE, node_copy_standard_storage(), node_declare(), node_free_standard_storage(), node_init(), node_insert_link(), node_label(), blender::nodes::node_geo_simulation_cc::node_layout_ex(), blender::bke::node_register_type(), blender::bke::node_type_storage(), blender::bke::bNodeType::ui_description, and blender::bke::bNodeType::ui_name.
| blender::nodes::node_geo_simulation_cc::sim_input_node::NODE_STORAGE_FUNCS | ( | NodeGeometrySimulationInput | ) |