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:35:26 +0300
committerBastien Montagne <bastien@blender.org>2021-03-24 17:11:54 +0300
commitfe55ede5ce25180cb06285bda55d3c119eda1a88 (patch)
treea3b064c67449885dc0b113ed614b0e854cdae985
parentf3fe3d965ffef91728b36821c41cc8773d44c49f (diff)
Tweak default ID types processing order, step 12: Sounds.
Move Sound type toward the end of the list, this is a file-wrapper type with typically no dependency to any other ID.
-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 dddcafe5f8f..4c447045d8a 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -770,6 +770,7 @@ enum {
INDEX_ID_PAL,
INDEX_ID_GD,
INDEX_ID_NT,
+ INDEX_ID_SO,
INDEX_ID_MSK,
INDEX_ID_IM,
INDEX_ID_MC,
@@ -792,7 +793,6 @@ enum {
INDEX_ID_LA,
INDEX_ID_CA,
INDEX_ID_TXT,
- INDEX_ID_SO,
INDEX_ID_SPK,
INDEX_ID_LP,
INDEX_ID_OB,