Blender V5.0
blender::bke::id_hash::DeepHashErrors Struct Reference

#include <BKE_id_hash.hh>

Public Attributes

VectorSet< std::string > missing_files
VectorSet< std::string > updated_files

Detailed Description

Definition at line 24 of file BKE_id_hash.hh.

Member Data Documentation

◆ missing_files

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().

◆ updated_files

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().


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