I tried this module, it looks good when I scale my system a little. However when I scale it multiple times, it gets wrong. I can tell that the particle size scale is not linear. I tried to tweak this module but simply can’t get it right, what should I do?
x1.0 Scale:
x4.0 Scale:
Update:
I know what happened now. I used death event in the system, which means when particles in Emitter01 die they summon particles in Emitter02. I put “Apply Owner Scale to Attributes” in both emitters and Emitter01 is okay, but Emitter02 somehow applied the scale twiece! I tried to manually add a Sqrt to Emitter01, it works. Now I wonder if there is a better solution
I manually added a Sqrt node in “Apply Owner Scale to Attributes” module, and added a switch to it. Now I use non-sqrt version for the death event sender emitter, and sqrt version for the receiver emitter. Problem sovled!