[Bf-blender-cvs] [8d634c1b27d] master: Cleanup: Mentioning incorrect source file in comment.

Jeroen Bakker noreply at git.blender.org
Wed Aug 25 10:01:00 CEST 2021


Commit: 8d634c1b27dca7b0b30da461c4be5dccbdbfea9e
Author: Jeroen Bakker
Date:   Wed Aug 25 10:00:18 2021 +0200
Branches: master
https://developer.blender.org/rB8d634c1b27dca7b0b30da461c4be5dccbdbfea9e

Cleanup: Mentioning incorrect source file in comment.

Code mentions that ID_* were defined in DNA_ID.h but are actually defined
in DNA_ID_enums.h.

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

M	source/blender/blenkernel/BKE_idtype.h

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

diff --git a/source/blender/blenkernel/BKE_idtype.h b/source/blender/blenkernel/BKE_idtype.h
index 28171b2b363..b0939ec884d 100644
--- a/source/blender/blenkernel/BKE_idtype.h
+++ b/source/blender/blenkernel/BKE_idtype.h
@@ -114,8 +114,8 @@ typedef struct IDTypeInfo {
   /* ********** General IDType data. ********** */
 
   /**
-   * Unique identifier of this type, either as a short or an array of two chars, see DNA_ID.h's
-   * ID_XX enums.
+   * Unique identifier of this type, either as a short or an array of two chars, see
+   * DNA_ID_enums.h's ID_XX enums.
    */
   short id_code;
   /**



More information about the Bf-blender-cvs mailing list