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.
This commit is contained in:
Bastien Montagne 2021-03-24 11:41:37 +01:00
parent 7db4ef98fe
commit fd75a4cbd8
1 changed files with 1 additions and 1 deletions

View File

@ -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,