[Bf-blender-cvs] [25f3fe52cd7] asset-engine: Correct comments.

Bastien Montagne noreply at git.blender.org
Fri Dec 8 13:15:06 CET 2017


Commit: 25f3fe52cd73c3359f4c89da79d0b414dc84f6be
Author: Bastien Montagne
Date:   Fri Dec 8 10:36:54 2017 +0100
Branches: asset-engine
https://developer.blender.org/rB25f3fe52cd73c3359f4c89da79d0b414dc84f6be

Correct comments.

===================================================================

M	source/blender/makesdna/DNA_ID.h

===================================================================

diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h
index 9bd3c765eb7..6deeb6e5c15 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -187,8 +187,8 @@ typedef struct IDOverrideStatic {
 
 /* About Unique identifier.
  * Each engine is free to use it as it likes - it will be the only thing passed to it by blender to identify
- * asset/variant/version (concatenating the three into a single 48 bytes one).
- * Assumed to be 128bits, handled as four integers due to lack of real bytes proptype in RNA :|.
+ * repository/asset/variant/version/view.
+ * Assumed to be 128bits (16 bytes) each, handled as four integers due to lack of real bytes proptype in RNA :|.
  */
 #define ASSET_UUID_LENGTH     16



More information about the Bf-blender-cvs mailing list