Commit: be073d8baf409b2f20e5fe10eeb908b09a701cb7
Author: Bastien Montagne
Date:   Wed Mar 24 11:24:16 2021 +0100
Branches: master
https://developer.blender.org/rBbe073d8baf409b2f20e5fe10eeb908b09a701cb7

Tweak default ID types processing order, step 08: CacheFiles.

Move them with the rest of the simulation types.

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

M       source/blender/makesdna/DNA_ID.h

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

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,

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to