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:41:37 +0300
committerBastien Montagne <bastien@blender.org>2021-03-24 17:11:54 +0300
commitfd75a4cbd83a0fccea019e0cb53eee5a21d0073e (patch)
tree9cccd4aeb25f735c1887769e5e9912d5019504e2
parent7db4ef98fe467fa1b2b0814fdb1d0369d92bdacd (diff)
Tweak default ID types processing order, step 15: ShapeKeys.
Move shape keys type just after all obdata types, since they are some sort of sub-geometry data.
-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 aa81f7e2b54..8f4718b56cd 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -766,7 +766,6 @@ enum {
INDEX_ID_LI = 0,
INDEX_ID_IP,
INDEX_ID_AC,
- INDEX_ID_KE,
INDEX_ID_PAL,
INDEX_ID_GD,
INDEX_ID_NT,
@@ -783,6 +782,7 @@ enum {
INDEX_ID_CF,
INDEX_ID_SIM,
INDEX_ID_PA,
+ INDEX_ID_KE,
INDEX_ID_AR,
INDEX_ID_ME,
INDEX_ID_CU,