Blender V4.5
WriteData::[struct].validation_data Struct Reference

Public Attributes

bool critical_error
blender::Set< const void * > per_id_addresses_set

Detailed Description

Some validation and error handling data.

Definition at line 435 of file writefile.cc.

Member Data Documentation

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

◆ per_id_addresses_set

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.


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