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:24:16 +0300
committerBastien Montagne <bastien@blender.org>2021-03-24 17:11:54 +0300
commitbe073d8baf409b2f20e5fe10eeb908b09a701cb7 (patch)
tree255fad529787d38ed62cba345ea83ff7f61e3c94
parenta35d145b72c7f9afc916507fc32bf631710e7286 (diff)
Tweak default ID types processing order, step 08: CacheFiles.
Move them with the rest of the simulation types.
-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 9326f034dc6..db77592c441 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -775,10 +775,10 @@ enum {
INDEX_ID_MC,
INDEX_ID_TE,
INDEX_ID_MA,
+ INDEX_ID_CF,
INDEX_ID_SIM,
INDEX_ID_VF,
INDEX_ID_AR,
- INDEX_ID_CF,
INDEX_ID_ME,
INDEX_ID_CU,
INDEX_ID_MB,