|
Blender V5.0
|
#include <BKE_id_hash.hh>
Public Attributes | |
| VectorSet< std::string > | missing_files |
| VectorSet< std::string > | updated_files |
Definition at line 24 of file BKE_id_hash.hh.
| VectorSet<std::string> blender::bke::id_hash::DeepHashErrors::missing_files |
A list of missing files paths in the case that the deep hashes could not be computed.
Definition at line 28 of file BKE_id_hash.hh.
Referenced by blender::bke::id_hash::compute_linked_id_deep_hashes(), and blender::bke::id_hash::get_source_file_hash().
| VectorSet<std::string> blender::bke::id_hash::DeepHashErrors::updated_files |
Files that were modified since the linked ID was loaded. So the currently linked ID would not be matching the deep hash computed based on the source file.
Definition at line 34 of file BKE_id_hash.hh.
Referenced by blender::bke::id_hash::compute_linked_id_deep_hashes(), and blender::bke::id_hash::get_source_file_hash().