Tweak default ID types processing order, step 09: Particles.

Move Particles next to the other physics/simulation types, after obdata
types.
This commit is contained in:
2021-03-24 11:28:03 +01:00
parent be073d8baf
commit 0e6088f467

View File

@@ -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,