Blender Git Commit Log

Git Commits -> Revision bcf92e8

September 21, 2021, 19:14 (GMT)
UUIDs: rename UUID to bUUID

Rename the `UUID` struct & C++ class 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: bcf92e8e128f635ba1a0d3b51ba5d9530b634d8e
Parent Commit: af76395
Lines Changed: +63, -61

12 Modified Paths:

/source/blender/blenkernel/BKE_asset.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_asset_catalog.hh (+1, -1) (Diff)
/source/blender/blenkernel/intern/asset.cc (+1, -1) (Diff)
/source/blender/blenkernel/intern/asset_catalog.cc (+2, -2) (Diff)
/source/blender/blenkernel/intern/asset_catalog_test.cc (+10, -10) (Diff)
/source/blender/blenkernel/intern/asset_library_test.cc (+1, -1) (Diff)
/source/blender/blenkernel/intern/asset_test.cc (+1, -1) (Diff)
/source/blender/blenlib/BLI_uuid.h (+12, -12) (Diff)
/source/blender/blenlib/intern/uuid.cc (+15, -15) (Diff)
/source/blender/blenlib/tests/BLI_uuid_test.cc (+14, -14) (Diff)
/source/blender/makesdna/DNA_asset_types.h (+1, -1) (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