|
Blender V4.3
|
#include <NOD_geo_simulation.hh>
Public Types | |
| using | ItemT = NodeSimulationItem |
Static Public Member Functions | |
| static socket_items::SocketItemsRef< NodeSimulationItem > | get_items_from_node (bNode &node) |
| static void | copy_item (const NodeSimulationItem &src, NodeSimulationItem &dst) |
| static void | destruct_item (NodeSimulationItem *item) |
| static void | blend_write (BlendWriter *writer, const bNode &node) |
| static void | blend_read_data (BlendDataReader *reader, bNode &node) |
| static eNodeSocketDatatype | get_socket_type (const NodeSimulationItem &item) |
| static char ** | get_name (NodeSimulationItem &item) |
| static bool | supports_socket_type (const eNodeSocketDatatype socket_type) |
| static void | init_with_socket_type_and_name (bNode &node, NodeSimulationItem &item, const eNodeSocketDatatype socket_type, const char *name) |
| static std::string | socket_identifier_for_item (const NodeSimulationItem &item) |
Static Public Attributes | |
| static StructRNA * | item_srna = &RNA_SimulationStateItem |
| static int | node_type = GEO_NODE_SIMULATION_OUTPUT |
| static constexpr const char * | node_idname = "GeometryNodeSimulationOutput" |
| static constexpr bool | has_type = true |
| static constexpr bool | has_name = true |
| static constexpr bool | has_single_identifier_str = true |
Makes it possible to use various functions (e.g. the ones in NOD_socket_items.hh) with simulation items.
Definition at line 17 of file NOD_geo_simulation.hh.
Definition at line 18 of file NOD_geo_simulation.hh.
|
static |
Definition at line 1047 of file node_geo_simulation.cc.
References BLO_read_string(), and BLO_read_struct_array.
|
static |
Definition at line 1038 of file node_geo_simulation.cc.
References BLO_write_string(), and BLO_write_struct_array.
|
inlinestatic |
Definition at line 31 of file NOD_geo_simulation.hh.
References BLI_strdup_null(), and NodeSimulationItem::name.
|
inlinestatic |
Definition at line 36 of file NOD_geo_simulation.hh.
References MEM_SAFE_FREE, and NodeSimulationItem::name.
|
inlinestatic |
Definition at line 26 of file NOD_geo_simulation.hh.
References NodeGeometrySimulationOutput::items.
|
inlinestatic |
Definition at line 46 of file NOD_geo_simulation.hh.
References NodeSimulationItem::name.
|
inlinestatic |
Definition at line 42 of file NOD_geo_simulation.hh.
References NodeSimulationItem::socket_type.
|
inlinestatic |
Definition at line 63 of file NOD_geo_simulation.hh.
References NodeSimulationItem::identifier, blender::nodes::socket_items::set_item_name_and_make_unique(), and NodeSimulationItem::socket_type.
|
inlinestatic |
Definition at line 73 of file NOD_geo_simulation.hh.
References NodeSimulationItem::identifier.
Referenced by blender::nodes::node_geo_simulation_cc::sim_input_node::node_declare(), and blender::nodes::node_geo_simulation_cc::sim_output_node::node_declare().
|
inlinestatic |
Definition at line 50 of file NOD_geo_simulation.hh.
References ELEM, SOCK_BOOLEAN, SOCK_FLOAT, SOCK_GEOMETRY, SOCK_INT, SOCK_MATRIX, SOCK_RGBA, SOCK_ROTATION, SOCK_STRING, and SOCK_VECTOR.
Referenced by blender::nodes::BakeItemsAccessor::supports_socket_type().
|
staticconstexpr |
Definition at line 23 of file NOD_geo_simulation.hh.
|
staticconstexpr |
Definition at line 24 of file NOD_geo_simulation.hh.
|
staticconstexpr |
Definition at line 22 of file NOD_geo_simulation.hh.
|
static |
|
staticconstexpr |
Definition at line 21 of file NOD_geo_simulation.hh.
|
static |
Definition at line 20 of file NOD_geo_simulation.hh.