Fix #32372: Blender Locks up when using Quick Fluid feature

This commit is contained in:
Sergey Sharybin
2012-09-03 16:08:28 +00:00
parent e58548706f
commit 3e540d4d4c

View File

@@ -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'}