rlguy / Blender-FLIP-Fluids

The FLIP Fluids addon is a tool that helps you set up, run, and render high quality liquid fluid effects all within Blender, the free and open source 3D creation suite.
https://www.blendermarket.com/products/flipfluids
GNU General Public License v3.0
1.71k stars 191 forks source link

Baking on multiple computers #575

Closed TIANMINGSHI closed 2 years ago

TIANMINGSHI commented 2 years ago

I have a lot of computers, 2700x 2600 i7, yes, I have 3 computers, my question is, how can I use three computers to bake fluids in a scene at the same time, kind of like distributed rendering, it can speed up my baking Speed and rendering speed, I haven't found a similar introduction on the Internet. Is there an official answer in this regard?

rlguy commented 2 years ago

Hi, there is not a distributed computing benefit from using this type of simulator. Unlike rendering, many physics simulation computations are sequential in nature (each frame depends on the previous frame) and this simulator is not highly parallelizable. See this topics for more info: Limitations of the FLIP Fluids addon: Distributed Computing.