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:50:03 +0300
committerBastien Montagne <bastien@blender.org>2021-03-24 17:11:54 +0300
commit72fa0d48ea3dd531ec17aacb2052d59f3feaa4d5 (patch)
tree599b4be91964affb9d50f3850366930bd576bbc8 /source/blender/makesdna/DNA_ID.h
parentc0f5f9ad6e3b3dcace39ba0891064a76f0790985 (diff)
Tweak default ID types processing order, step 06: Brushes.
Move Brushes type with other weird, not-really-data ID types (like Palette 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 c233985fc0e..05a8e9a0b30 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -789,7 +789,6 @@ enum {
INDEX_ID_CA,
INDEX_ID_TXT,
INDEX_ID_SO,
- INDEX_ID_BR,
INDEX_ID_PA,
INDEX_ID_SPK,
INDEX_ID_LP,
@@ -799,6 +798,7 @@ enum {
INDEX_ID_LS,
INDEX_ID_GR,
INDEX_ID_PC,
+ INDEX_ID_BR,
INDEX_ID_SCE,
INDEX_ID_SCR,
INDEX_ID_WS,