Blur: Is it possible to use the "Focus" node on particles?

Hello :slight_smile:

I’ve made a simple scene just to test if this is possible.
You can see in this screenshot that the Focus node does work, but not on the particle system.
https://imgur.com/a/aBwpM

But is this possible to make it work on the particles?

If you want to take a look at my scene, here you go:
https://we.tl/IHmptDg5bT

It’s in Harmony 12.

Thanks in advance! :slight_smile:

Particles and particle depth are not recognized by the camera focus.
You would need to simulate the effect by splitting the particles at different
depths and adding a blur effect.

Okay, do you mean generate different layers of (2D) particle systems? Or is there a way to split up an existing particle system?

Thanks for your response. :slight_smile:

I meant generate different layers.