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 14:52:51 +0300
committerBastien Montagne <bastien@blender.org>2021-03-24 17:11:54 +0300
commitc1f5a56e32f2cac5dbb0a5b1515d809db1e01205 (patch)
tree328df1d93aff585905e37f16c86eedf18e6e3fef /source/blender/makesdna/DNA_ID.h
parentfd75a4cbd83a0fccea019e0cb53eee5a21d0073e (diff)
Tweak default ID types processing order, step 16: Palettes.
Move Palettes type with other weird, not-really-data ID types (like PaintCurves and Brushes), higher in the process. Those preset-like types may use a lot of other ID types, but should only be used by UI-related (and Scene, for tool settings) types.
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 8f4718b56cd..f30a241439a 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -766,7 +766,6 @@ enum {
INDEX_ID_LI = 0,
INDEX_ID_IP,
INDEX_ID_AC,
- INDEX_ID_PAL,
INDEX_ID_GD,
INDEX_ID_NT,
INDEX_ID_VF,
@@ -797,6 +796,7 @@ enum {
INDEX_ID_LP,
INDEX_ID_OB,
INDEX_ID_GR,
+ INDEX_ID_PAL,
INDEX_ID_PC,
INDEX_ID_BR,
INDEX_ID_SCE,