Sampled motion blur on a fluid sim

Hi!

I am trying to render a fluid simulation with sampled motion blur activated. A test cube moving in the background gets the motion blur but the fluid doesn’t move between frames.

Can anyone confirm? Is this a bug?

Thanks!

Edit: Ok, it seems this doesn’t work in 2.49 either so it’s probably not a bug. Still, I don’t get why it shoudn’t work. Does anyone know a workaround? Vector blur is not an option.

Try Vector Blur

Yeah, I wanted to avoid that, sampled motion blur just looks so much better. But I found out where the problem lies: Blender can’t interpolate between the fluid frames, they are discrete meshes, so it doesn’t work. So Vector Blur it is.

from the wiki:

http://wiki.blender.org/index.php/Doc:2.5/Manual/Sequencer/Effects

Changing Video Frame Rates

You can use the speed control to change the frames per second (fps), or framerate, of a video. If you are rendering your video to a sequence set, you can effectively increase or decrease the number of individual image files created, by using a Global Speed value less than or greater than one, respectively. For example, if you captured a five-minute video at 30 fps and wanted to transfer that to film, which runs at 24 fps, you would enter a Global Speed of 30/24, or 1.25 (and Enable Frame Blending to give that film blur feel). Instead of producing 56030=9000 frames, Blender would produce 9000/1.25=7200=56024 frames. In this case, you set a Sta:1 and End:7200, set your Format output to Jpeg, 30fps, and image files 0001.jpg through 7200.jpg would be rendered out, but those images ‘cover’ the entire 9000 frames. The image file 7200.jpg is the same a frame 9000. When you read those images back into your film .blend at 24 fps, the strip will last exactly 5 minutes.