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:
authorCampbell Barton <ideasman42@gmail.com>2011-07-11 02:57:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-07-11 02:57:27 +0400
commit488e1da935d55330be55eb30b4605b993dd65dbd (patch)
treed4437d5e74e962482a4a6aa5336212c257f0245e /object_fracture
parent8012053e1e178c8cabb133e05dc1e36d52908fa7 (diff)
cleanup
- remove/comment unused variables - remove unused imports - fixed some bugs using incorrect variables
Diffstat (limited to 'object_fracture')
-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 = []