Adding a MotionBlur to the scene with two viewport, one of them is removed

When adding a MotionBlur to the scene with two viewport, one of them is removed. How can I prevent it from being deleted? Thanks for the help!

ping @Evgeni_Popov

It’s not possible to do it with the prepass renderer, you should use the geometry buffer renderer with the motion blur post-process instead:

2 Likes

so simple, thank you!