Blender V4.3
blender::bke::bake::FrameCache Struct Reference

#include <BKE_bake_geometry_nodes_modifier.hh>

Public Attributes

SubFrame frame
 
BakeState state
 
std::optional< std::variant< std::string, Span< std::byte > > > meta_data_source
 

Detailed Description

Stores the state for a specific frame.

Definition at line 37 of file BKE_bake_geometry_nodes_modifier.hh.

Member Data Documentation

◆ frame

◆ meta_data_source

std::optional<std::variant<std::string, Span<std::byte> > > blender::bke::bake::FrameCache::meta_data_source

Used when the baked data is loaded lazily. The meta data either has to be loaded from a file or from an in-memory buffer.

Definition at line 44 of file BKE_bake_geometry_nodes_modifier.hh.

Referenced by blender::ensure_bake_loaded().

◆ state


The documentation for this struct was generated from the following file: