Blender V5.0
blender::nodes::geo_eval_log::FieldInfoLog Class Reference

#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 CPPTypetype
Vector< std::string > input_tooltips

Detailed Description

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.

Constructor & Destructor Documentation

◆ FieldInfoLog()

Member Data Documentation

◆ input_tooltips

Vector<std::string> blender::nodes::geo_eval_log::FieldInfoLog::input_tooltips

Definition at line 120 of file NOD_geometry_nodes_log.hh.

◆ type

const CPPType& blender::nodes::geo_eval_log::FieldInfoLog::type

Definition at line 119 of file NOD_geometry_nodes_log.hh.

Referenced by FieldInfoLog().


The documentation for this class was generated from the following files: