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:29:31 +0300
committerBastien Montagne <bastien@blender.org>2021-03-24 17:11:54 +0300
commitae84a1363d1a7ad6b2251b8ac2d1f240af8d894b (patch)
treee0f93152e86171ce4329645c6dab897dfccb783e /source/blender/makesdna/DNA_ID.h
parent0e6088f4672b51abdef997779197bc727a6886d1 (diff)
Tweak default ID types processing order, step 10: LineStyles.
Move LineStyles (Freestyle) type with the rest of the shading 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 7d4b1ab2d17..d1751c0948f 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -775,6 +775,7 @@ enum {
INDEX_ID_MC,
INDEX_ID_TE,
INDEX_ID_MA,
+ INDEX_ID_LS,
INDEX_ID_CF,
INDEX_ID_SIM,
INDEX_ID_PA,
@@ -795,7 +796,6 @@ enum {
INDEX_ID_LP,
INDEX_ID_WO,
INDEX_ID_OB,
- INDEX_ID_LS,
INDEX_ID_GR,
INDEX_ID_PC,
INDEX_ID_BR,