Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2021-03-24 13:39:45 +0300
committerBastien Montagne <bastien@blender.org>2021-03-24 17:11:54 +0300
commit7db4ef98fe467fa1b2b0814fdb1d0369d92bdacd (patch)
tree48c0f816cac45e3a568ac7cb7ee3b03378aaf3d6
parent55683fafc5d5b7323fbcfe392e1f24f773a788a7 (diff)
Tweak default ID types processing order, step 14: Fonts.
Move Font type toward the end of the list, this is a file-wrapper type with typically no dependency to any other ID.
-rw-r--r--source/blender/makesdna/DNA_ID.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h
index 599ddf6af7c..aa81f7e2b54 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_VF,
INDEX_ID_TXT,
INDEX_ID_SO,
INDEX_ID_MSK,
@@ -782,7 +783,6 @@ enum {
INDEX_ID_CF,
INDEX_ID_SIM,
INDEX_ID_PA,
- INDEX_ID_VF,
INDEX_ID_AR,
INDEX_ID_ME,
INDEX_ID_CU,