Blender Git Commit Log

Git Commits -> Revision af95542

Revision af95542 by Sybren A. Stüvel (master)
September 21, 2021, 19:54 (GMT)
UUIDs: rename UUID to bUUID

Rename the `UUID` struct to `bUUID`. This avoids a symbol clash on
Windows, which also defines `UUID`. This only pops up when a `UUID`
field is used in the DNA code, which is why it wasn't a problem before
(it will be once D12589 lands).

No functional changes.

Commit Details:

Full Hash: af95542df3ab6b5a9ddce4c933ef6b2230d833eb
Parent Commit: 6d162d3
Lines Changed: +35, -33

4 Modified Paths:

/source/blender/blenlib/BLI_uuid.h (+7, -7) (Diff)
/source/blender/blenlib/intern/uuid.cc (+10, -10) (Diff)
/source/blender/blenlib/tests/BLI_uuid_test.cc (+14, -14) (Diff)
/source/blender/makesdna/DNA_uuid_types.h (+4, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021