|
Blender V4.3
|
#include <NOD_geometry_nodes_log.hh>
Inherits blender::nodes::geo_eval_log::ValueLog.
Public Member Functions | |
| FieldInfoLog (const GField &field) | |
Public Member Functions inherited from blender::nodes::geo_eval_log::ValueLog | |
| virtual | ~ValueLog ()=default |
Public Attributes | |
| const CPPType & | type |
| Vector< std::string > | input_tooltips |
Fields are not logged entirely, because they might contain arbitrarily large data (e.g. geometries that are sampled). Instead, only the data needed for UI features is logged.
Definition at line 117 of file NOD_geometry_nodes_log.hh.
| blender::nodes::geo_eval_log::FieldInfoLog::FieldInfoLog | ( | const GField & | field | ) |
| Vector<std::string> blender::nodes::geo_eval_log::FieldInfoLog::input_tooltips |
Definition at line 120 of file NOD_geometry_nodes_log.hh.
Referenced by blender::ed::space_node::create_inspection_string_for_field_info().
| const CPPType& blender::nodes::geo_eval_log::FieldInfoLog::type |
Definition at line 119 of file NOD_geometry_nodes_log.hh.