[Bf-blender-cvs] [0e6088f4672] master: Tweak default ID types processing order, step 09: Particles.

Bastien Montagne noreply at git.blender.org
Wed Mar 24 15:19:01 CET 2021


Commit: 0e6088f4672b51abdef997779197bc727a6886d1
Author: Bastien Montagne
Date:   Wed Mar 24 11:28:03 2021 +0100
Branches: master
https://developer.blender.org/rB0e6088f4672b51abdef997779197bc727a6886d1

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

Move Particles next to the other physics/simulation types, after obdata
types.

===================================================================

M	source/blender/makesdna/DNA_ID.h

===================================================================

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,



More information about the Bf-blender-cvs mailing list