Blender V4.3
DNA_session_uid_types.h File Reference
#include "BLI_sys_types.h"

Go to the source code of this file.

Classes

struct  SessionUID
 

Typedefs

typedef struct SessionUID SessionUID
 

Typedef Documentation

◆ SessionUID

typedef struct SessionUID SessionUID

Is a structure because of the following considerations:

  • It is not possible to use custom types in DNA members: makesdna does not recognize them.
  • It allows to add more bits, more than standard fixed-size types can store. For example, if we ever need to go 128 bits, it is as simple as adding extra 64bit field.