|
Blender V5.0
|
#include <BKE_bake_items_paths.hh>
Static Public Member Functions | |
| static BakePath | from_single_root (StringRefNull root_dir) |
Public Attributes | |
| std::string | meta_dir |
| std::string | blobs_dir |
| std::optional< std::string > | bake_dir |
Definition at line 25 of file BKE_bake_items_paths.hh.
|
static |
Definition at line 67 of file bake_items_paths.cc.
References bake_dir, BLI_path_join, blobs_dir, blender::StringRefNull::c_str(), FILE_MAX, and meta_dir.
Referenced by blender::bke::bake::get_node_bake_path(), and blender::bke::bake::unpack_geometry_nodes_bake().
| std::optional<std::string> blender::bke::bake::BakePath::bake_dir |
Folder that is allowed to be deleted when the bake is deleted and it doesn't contain anything else. Typically, this contains the meta and blob directories.
Definition at line 37 of file BKE_bake_items_paths.hh.
Referenced by from_single_root().
| std::string blender::bke::bake::BakePath::blobs_dir |
Path to the directory that contains the binary data. Could be shared between multiple bakes to reduce memory consumption.
Definition at line 32 of file BKE_bake_items_paths.hh.
Referenced by from_single_root(), blender::bke::bake::pack_bake_from_disk(), and blender::bke::bake::unpack_bake_to_disk().
| std::string blender::bke::bake::BakePath::meta_dir |
Path to the directory containing the meta data per frame.
Definition at line 27 of file BKE_bake_items_paths.hh.
Referenced by blender::bke::bake::disk_bake_exists(), from_single_root(), blender::bke::bake::pack_bake_from_disk(), and blender::bke::bake::unpack_bake_to_disk().