From d84cad1aa97fedf9b20867f5050978513521baa4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 7 Jul 2019 22:37:49 +1000 Subject: object_fracture_cell: enable redraw by default The bug in Blender causing this to crash has been fixed. --- object_fracture_cell/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'object_fracture_cell') diff --git a/object_fracture_cell/__init__.py b/object_fracture_cell/__init__.py index dbba244b..f3641506 100644 --- a/object_fracture_cell/__init__.py +++ b/object_fracture_cell/__init__.py @@ -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( -- cgit v1.2.3