|
Blender V4.3
|
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 (bNodeTree *ntree, bNode *node, bNodeLink *link) |
| static void | node_register () |
|
static |
Definition at line 500 of file node_geo_simulation.cc.
References b, ELEM, blender::nodes::SimulationItemsAccessor::item_srna, NodeSimulationItem::name, node_tree, 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 540 of file node_geo_simulation.cc.
References data.
Referenced by node_register().
|
static |
Definition at line 556 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 548 of file node_geo_simulation.cc.
References BLI_strncpy_utf8(), IFACE_, and label.
Referenced by node_register(), and blender::nodes::node_geo_simulation_cc::sim_output_node::node_register().
|
static |
Definition at line 566 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::initfunc, blender::bke::bNodeType::insert_link, blender::bke::bNodeType::labelfunc, 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(), and blender::bke::node_type_storage().
| blender::nodes::node_geo_simulation_cc::sim_input_node::NODE_STORAGE_FUNCS | ( | NodeGeometrySimulationInput | ) |