Commit: a35d145b72c7f9afc916507fc32bf631710e7286
Author: Bastien Montagne
Date:   Wed Mar 24 11:22:56 2021 +0100
Branches: master
https://developer.blender.org/rBa35d145b72c7f9afc916507fc32bf631710e7286

Tweak default ID types processing order, step 07: MovieClips.

Move them with the other shading/image types, just before Images.

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

M       source/blender/makesdna/DNA_ID.h

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

diff --git a/source/blender/makesdna/DNA_ID.h b/source/blender/makesdna/DNA_ID.h
index 05a8e9a0b30..9326f034dc6 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -772,6 +772,7 @@ enum {
   INDEX_ID_NT,
   INDEX_ID_MSK,
   INDEX_ID_IM,
+  INDEX_ID_MC,
   INDEX_ID_TE,
   INDEX_ID_MA,
   INDEX_ID_SIM,
@@ -793,7 +794,6 @@ enum {
   INDEX_ID_SPK,
   INDEX_ID_LP,
   INDEX_ID_WO,
-  INDEX_ID_MC,
   INDEX_ID_OB,
   INDEX_ID_LS,
   INDEX_ID_GR,

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

Reply via email to