From c1f5a56e32f2cac5dbb0a5b1515d809db1e01205 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Wed, 24 Mar 2021 12:52:51 +0100 Subject: 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. --- source/blender/makesdna/DNA_ID.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_ID.h') 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, -- cgit v1.2.3