Files
test/source/blender
Sybren A. Stüvel bd63944a73 UUID: place C++ code in correct namespace
Put the `bUUID` class in the `blender` namespace, instead of the
`blender::bke` namespace.

As a result, some C++ code now correctly uses the C++ class, where
previously it would use the C struct and use implicit casting where
necessary. As a result, support for initializer lists had to be
explicitly coded and in another place an explicit `::bUUID` was
necessary to avoid ambiguity.
2021-09-23 17:58:20 +02:00
..
2021-03-29 19:11:17 -06:00
2021-09-23 22:08:02 +10:00
2021-09-22 08:22:23 +02:00
2021-09-23 22:08:02 +10:00
2021-09-13 17:50:02 +10:00
2021-09-23 15:00:45 +02:00
2021-09-23 22:08:02 +10:00
2021-09-22 16:55:09 +02:00
2021-08-02 15:22:54 +10:00
2021-09-17 12:22:00 +02:00