|
Blender V4.5
|
#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 115 of file NOD_geometry_nodes_log.hh.
| blender::nodes::geo_eval_log::FieldInfoLog::FieldInfoLog | ( | const GField & | field | ) |
Definition at line 69 of file geometry_nodes_log.cc.
References b, blender::Vector< T, InlineBufferCapacity, Allocator >::begin(), blender::Vector< T, InlineBufferCapacity, Allocator >::end(), blender::Vector< T, InlineBufferCapacity, Allocator >::extend(), blender::fn::GFieldBase< NodePtr >::node(), and type.
| Vector<std::string> blender::nodes::geo_eval_log::FieldInfoLog::input_tooltips |
Definition at line 118 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 117 of file NOD_geometry_nodes_log.hh.
Referenced by FieldInfoLog().