[Bf-extensions-cvs] [d84cad1a] master: object_fracture_cell: enable redraw by default

Campbell Barton noreply at git.blender.org
Sun Jul 7 14:40:11 CEST 2019


Commit: d84cad1aa97fedf9b20867f5050978513521baa4
Author: Campbell Barton
Date:   Sun Jul 7 22:37:49 2019 +1000
Branches: master
https://developer.blender.org/rBAd84cad1aa97fedf9b20867f5050978513521baa4

object_fracture_cell: enable redraw by default

The bug in Blender causing this to crash has been fixed.

===================================================================

M	object_fracture_cell/__init__.py

===================================================================

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(



More information about the Bf-extensions-cvs mailing list