Hello,
I am attempting to bake a fluid cache from my blender files on a super powerful computer. When I am working through the console in blender, bpy.ops.fluid.bake(“INVOKE_DEFAULT”) works just fine.
BUT!
If I run a python through the command line string, my python script detects it but it doesn’t pause to cache the fluid effects it just completes my python a quits blender.
Does anyone have a simple solution to cache Fluid Effects to completion through the command prompt?