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 12:56:00 +0300
committerBastien Montagne <bastien@blender.org>2021-03-24 17:11:54 +0300
commit950f0b8b97b0a40e87258743b578d0cc02c9f67f (patch)
treea57f0a4d0865029094bc91877777643579987155
parent39bf5e5022a643a7e46182d3157cc940dbd21e55 (diff)
Tweak default ID types processing order, step 03: Mask.
Move it with the rest of the image/shading related 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 258913f8e3e..9c5dafb2902 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -770,6 +770,7 @@ enum {
INDEX_ID_PAL,
INDEX_ID_GD,
INDEX_ID_NT,
+ INDEX_ID_MSK,
INDEX_ID_IM,
INDEX_ID_TE,
INDEX_ID_MA,
@@ -802,7 +803,6 @@ enum {
INDEX_ID_SCE,
INDEX_ID_WS,
INDEX_ID_WM,
- INDEX_ID_MSK,
INDEX_ID_NULL,
INDEX_ID_MAX,
};