object_fracture_cell: enable redraw by default

The bug in Blender causing this to crash has been fixed.
This commit is contained in:
Campbell Barton 2019-07-07 22:37:49 +10:00
parent 3471f0a161
commit d84cad1aa9
1 changed files with 1 additions and 2 deletions

View File

@ -431,8 +431,7 @@ class FractureCell(Operator):
use_debug_redraw: BoolProperty(
name="Show Progress Realtime",
description="Redraw as fracture is done",
# FIXME(campbell): causes crash in 2.8.
default=False,
default=True,
)
use_debug_bool: BoolProperty(