[Bf-blender-cvs] [6aae1402782] master: Cleanup: Minor comment update on `LIB_TAG_NEW`.

Bastien Montagne noreply at git.blender.org
Wed Aug 11 11:23:38 CEST 2021


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.



More information about the Bf-blender-cvs mailing list