[Bf-blender-cvs] [68a09bf5fd2] master: Cleanup/fix comment.

Bastien Montagne noreply at git.blender.org
Thu Feb 17 14:36:08 CET 2022


Commit: 68a09bf5fd2073d6e274ecd261f953435a35c3aa
Author: Bastien Montagne
Date:   Thu Feb 17 14:35:48 2022 +0100
Branches: master
https://developer.blender.org/rB68a09bf5fd2073d6e274ecd261f953435a35c3aa

Cleanup/fix comment.

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

M	source/blender/makesdna/DNA_ID.h

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

diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h
index c045082d569..cf11e303234 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -330,7 +330,7 @@ enum {
 /* 2 characters for ID code and 64 for actual name */
 #define MAX_ID_NAME 66
 
-/* ID_Runtime.remapping_status */
+/* ID_Runtime_Remap.status */
 enum {
   /** new_id is directly linked in current .blend. */
   ID_REMAP_IS_LINKED_DIRECT = 1 << 0,



More information about the Bf-blender-cvs mailing list