Fix #32372: Blender Locks up when using Quick Fluid feature
This commit is contained in:
@@ -510,6 +510,6 @@ class QuickFluid(Operator):
|
||||
mat.raytrace_transparency.depth = 4
|
||||
|
||||
if self.start_baking:
|
||||
bpy.ops.fluid.bake()
|
||||
bpy.ops.fluid.bake('INVOKE_DEFAULT')
|
||||
|
||||
return {'FINISHED'}
|
||||
|
Reference in New Issue
Block a user