|
Blender V4.3
|
#include "BLI_fileops.hh"#include "BLI_function_ref.hh"#include "BLI_serialize.hh"#include "BKE_bake_items.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::bke |
| namespace | blender::bke::bake |
Functions | |
| void | blender::bke::bake::serialize_bake (const BakeState &bake_state, BlobWriter &blob_writer, BlobWriteSharing &blob_sharing, std::ostream &r_stream) |
| std::optional< BakeState > | blender::bke::bake::deserialize_bake (std::istream &stream, const BlobReader &blob_reader, const BlobReadSharing &blob_sharing) |