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:31:00 +0300
committerBastien Montagne <bastien@blender.org>2021-03-24 17:11:54 +0300
commitf3fe3d965ffef91728b36821c41cc8773d44c49f (patch)
tree5031beb71d9f7c744516246757145708e0f73c8e
parentae84a1363d1a7ad6b2251b8ac2d1f240af8d894b (diff)
Tweak default ID types processing order, step 11: Worlds.
Move World type with the other shading 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 d1751c0948f..dddcafe5f8f 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -776,6 +776,7 @@ enum {
INDEX_ID_TE,
INDEX_ID_MA,
INDEX_ID_LS,
+ INDEX_ID_WO,
INDEX_ID_CF,
INDEX_ID_SIM,
INDEX_ID_PA,
@@ -794,7 +795,6 @@ enum {
INDEX_ID_SO,
INDEX_ID_SPK,
INDEX_ID_LP,
- INDEX_ID_WO,
INDEX_ID_OB,
INDEX_ID_GR,
INDEX_ID_PC,