03-15-2024, 02:13 AM
Well, you're not actually rendering the particles. You're rendering a tyMesher which imports the particles - as a giant single mesh, not instances. That's why you're not getting motion blur.
Remove the tyMesher and enable the particle interface on the flow (it's disabled in your file) and you'll get both particles and motion blur.
Are you using the tyMesher for a specific purpose? That part is unclear...
Remove the tyMesher and enable the particle interface on the flow (it's disabled in your file) and you'll get both particles and motion blur.
Are you using the tyMesher for a specific purpose? That part is unclear...