|
Blender V4.5
|
Public Attributes | |
| bool | critical_error |
| blender::Set< const void * > | per_id_addresses_set |
Some validation and error handling data.
Definition at line 435 of file writefile.cc.
| bool WriteData::[struct].validation_data critical_error |
Set on unlikely case of an error (ignores further file writing). Only used for very low-level errors (like if the actual write on file fails).
| blender::Set<const void *> WriteData::[struct].validation_data per_id_addresses_set |
A set of all 'old' addresses used as UID of written blocks for the current ID. Allows detecting invalid re-uses of the same address multiple times.