Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Eagar <joeedh@gmail.com>2021-09-18 06:13:39 +0300
committerJoseph Eagar <joeedh@gmail.com>2021-09-18 06:13:39 +0300
commitf0c35d16f39d837c7bceb6740d3fe9c440676564 (patch)
treee88f2b8ef0a2999cb45a7c83d5e88d1aa6df0044 /source/blender/blenlib/BLI_session_uuid.h
parentd3bba94bf243c82b0c94b176f0541511e29bbcf3 (diff)
parent6cf734a2e5d2496d1b2d33bc7613b56a9f9fc2ec (diff)
Merge branch 'master' into temp_bmesh_multirestemp_bmesh_multires
Diffstat (limited to 'source/blender/blenlib/BLI_session_uuid.h')
-rw-r--r--source/blender/blenlib/BLI_session_uuid.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_session_uuid.h b/source/blender/blenlib/BLI_session_uuid.h
index 05355a85b39..887044e9b54 100644
--- a/source/blender/blenlib/BLI_session_uuid.h
+++ b/source/blender/blenlib/BLI_session_uuid.h
@@ -18,6 +18,13 @@
/** \file
* \ingroup bli
+ *
+ * Functions for generating and handling "Session UUIDs".
+ *
+ * Note that these are not true universally-unique identifiers, but only unique during the current
+ * Blender session.
+ *
+ * For true UUIDs, see `BLI_uuid.h`.
*/
#ifdef __cplusplus