Commit: 6aae14027828f8f75d5041a8fb23fce29c66f26d
Author: Bastien Montagne
Date:   Wed Aug 11 11:22:57 2021 +0200
Branches: master
https://developer.blender.org/rB6aae14027828f8f75d5041a8fb23fce29c66f26d

Cleanup: Minor comment update on `LIB_TAG_NEW`.

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

M       source/blender/makesdna/DNA_ID.h

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

diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h
index 3995e98f34d..8a577be2749 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -551,7 +551,7 @@ enum {
   /* tag data-block as having actually increased user-count for the extra 
virtual user. */
   LIB_TAG_EXTRAUSER_SET = 1 << 7,
 
-  /* RESET_AFTER_USE tag newly duplicated/copied IDs.
+  /* RESET_AFTER_USE tag newly duplicated/copied IDs (see #ID_NEW_SET macro 
above).
    * Also used internally in readfile.c to mark data-blocks needing 
do_versions. */
   LIB_TAG_NEW = 1 << 8,
   /* RESET_BEFORE_USE free test flag.

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to