[Bf-blender-cvs] [55683fafc5d] master: Tweak default ID types processing order, step 13: Texts.

Bastien Montagne noreply at git.blender.org
Wed Mar 24 15:19:02 CET 2021


Commit: 55683fafc5d5b7323fbcfe392e1f24f773a788a7
Author: Bastien Montagne
Date:   Wed Mar 24 11:38:22 2021 +0100
Branches: master
https://developer.blender.org/rB55683fafc5d5b7323fbcfe392e1f24f773a788a7

Tweak default ID types processing order, step 13: Texts.

Move Texts type toward the end of the list, this is a file-wrapper type
with typically no dependency to any other ID.

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

M	source/blender/makesdna/DNA_ID.h

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

diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h
index 4c447045d8a..599ddf6af7c 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -770,6 +770,7 @@ enum {
   INDEX_ID_PAL,
   INDEX_ID_GD,
   INDEX_ID_NT,
+  INDEX_ID_TXT,
   INDEX_ID_SO,
   INDEX_ID_MSK,
   INDEX_ID_IM,
@@ -792,7 +793,6 @@ enum {
   INDEX_ID_LT,
   INDEX_ID_LA,
   INDEX_ID_CA,
-  INDEX_ID_TXT,
   INDEX_ID_SPK,
   INDEX_ID_LP,
   INDEX_ID_OB,



More information about the Bf-blender-cvs mailing list