|
Blender V5.0
|
#include <NOD_geo_simulation.hh>
Inherits blender::nodes::socket_items::SocketItemsAccessorDefaults.
Classes | |
| struct | operator_idnames |
| struct | ui_idnames |
| struct | rna_names |
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_item (BlendWriter *writer, const ItemT &item) |
| static void | blend_read_data_item (BlendDataReader *reader, ItemT &item) |
| static eNodeSocketDatatype | get_socket_type (const NodeSimulationItem &item) |
| static char ** | get_name (NodeSimulationItem &item) |
| static bool | supports_socket_type (const eNodeSocketDatatype socket_type, const int) |
| 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 |
| static constexpr StringRefNull | node_idname = "GeometryNodeSimulationOutput" |
| static constexpr bool | has_type = true |
| static constexpr bool | has_name = true |
| Static Public Attributes inherited from blender::nodes::socket_items::SocketItemsAccessorDefaults | |
| static constexpr bool | has_single_identifier_str = true |
| static constexpr bool | has_name_validation = false |
| static constexpr bool | has_custom_initial_name = false |
| static constexpr bool | has_vector_dimensions = false |
| static constexpr bool | can_have_empty_name = false |
| static constexpr char | unique_name_separator = '.' |
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 974 of file node_geo_simulation.cc.
References BLO_read_string(), and NodeSimulationItem::name.
|
static |
Definition at line 969 of file node_geo_simulation.cc.
References BLO_write_string(), and NodeSimulationItem::name.
|
inlinestatic |
Definition at line 43 of file NOD_geo_simulation.hh.
References BLI_strdup_null(), and NodeSimulationItem::name.
|
inlinestatic |
Definition at line 49 of file NOD_geo_simulation.hh.
References MEM_SAFE_FREE, and NodeSimulationItem::name.
|
inlinestatic |
Definition at line 37 of file NOD_geo_simulation.hh.
References bNode::storage.
|
inlinestatic |
Definition at line 62 of file NOD_geo_simulation.hh.
References NodeSimulationItem::name.
|
inlinestatic |
Definition at line 57 of file NOD_geo_simulation.hh.
References NodeSimulationItem::socket_type.
|
inlinestatic |
Definition at line 83 of file NOD_geo_simulation.hh.
References NodeSimulationItem::identifier, name, blender::nodes::socket_items::set_item_name_and_make_unique(), NodeSimulationItem::socket_type, and bNode::storage.
|
inlinestatic |
Definition at line 94 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 67 of file NOD_geo_simulation.hh.
References ELEM, SOCK_BOOLEAN, SOCK_BUNDLE, SOCK_FLOAT, SOCK_GEOMETRY, SOCK_INT, SOCK_MATRIX, SOCK_RGBA, SOCK_ROTATION, SOCK_STRING, and SOCK_VECTOR.
Referenced by blender::nodes::node_geo_simulation_cc::sim_output_node::node_gather_link_searches(), and blender::nodes::BakeItemsAccessor::supports_socket_type().
|
staticconstexpr |
Definition at line 23 of file NOD_geo_simulation.hh.
|
staticconstexpr |
Definition at line 22 of file NOD_geo_simulation.hh.
|
static |
Definition at line 19 of file NOD_geo_simulation.hh.
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().
|
staticconstexpr |
Definition at line 21 of file NOD_geo_simulation.hh.
|
static |
Definition at line 20 of file NOD_geo_simulation.hh.