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:22:56 +0300
committerBastien Montagne <bastien@blender.org>2021-03-24 17:11:54 +0300
commita35d145b72c7f9afc916507fc32bf631710e7286 (patch)
treeeabc3d87ad050d78fe016411389d640888764864 /source/blender/makesdna/DNA_ID.h
parent72fa0d48ea3dd531ec17aacb2052d59f3feaa4d5 (diff)
Tweak default ID types processing order, step 07: MovieClips.
Move them with the other shading/image types, just before Images.
Diffstat (limited to 'source/blender/makesdna/DNA_ID.h')
-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 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,