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/fracture_ops.py')
-rw-r--r--object_fracture/fracture_ops.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/object_fracture/fracture_ops.py b/object_fracture/fracture_ops.py
index c7a84279..69fd49da 100644
--- a/object_fracture/fracture_ops.py
+++ b/object_fracture/fracture_ops.py
@@ -20,7 +20,6 @@ import bpy
from bpy.props import *
import os
import random
-import mathutils
from mathutils import *
@@ -116,7 +115,6 @@ def getsizefrommesh(ob):
def getIslands(shard):
sm = shard.data
- islands = []
vgroups = []
fgroups = []