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:28:03 +0300
committerBastien Montagne <bastien@blender.org>2021-03-24 17:11:54 +0300
commit0e6088f4672b51abdef997779197bc727a6886d1 (patch)
tree3769098407cb7f8ca2134c4ccbc4e142df82c161 /source/blender/makesdna/DNA_ID.h
parentbe073d8baf409b2f20e5fe10eeb908b09a701cb7 (diff)
Tweak default ID types processing order, step 09: Particles.
Move Particles next to the other physics/simulation types, after obdata 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 db77592c441..7d4b1ab2d17 100644
--- a/source/blender/makesdna/DNA_ID.h
+++ b/source/blender/makesdna/DNA_ID.h
@@ -777,6 +777,7 @@ enum {
INDEX_ID_MA,
INDEX_ID_CF,
INDEX_ID_SIM,
+ INDEX_ID_PA,
INDEX_ID_VF,
INDEX_ID_AR,
INDEX_ID_ME,
@@ -790,7 +791,6 @@ enum {
INDEX_ID_CA,
INDEX_ID_TXT,
INDEX_ID_SO,
- INDEX_ID_PA,
INDEX_ID_SPK,
INDEX_ID_LP,
INDEX_ID_WO,