Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'object_fracture_cell/fracture_cell_calc.py')
-rw-r--r--object_fracture_cell/fracture_cell_calc.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/object_fracture_cell/fracture_cell_calc.py b/object_fracture_cell/fracture_cell_calc.py
index 884fec11..acd8e976 100644
--- a/object_fracture_cell/fracture_cell_calc.py
+++ b/object_fracture_cell/fracture_cell_calc.py
@@ -44,6 +44,9 @@ def points_as_bmesh_cells(verts,
plane_indices = []
vertices = []
+ if points_scale == (1.0, 1.0, 1.0):
+ points_scale = None
+
# there are many ways we could get planes - convex hull for eg
# but it ends up fastest if we just use bounding box
if 1: