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-09-10 08:12:48 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-09-10 08:12:48 +0400
commitd1228ea8d8279c736871b94e71cb81fbf73ea2c6 (patch)
treed264235d9a3a5a4979589e47ca40a1e94bafc69f /add_curve_ivygen.py
parenta90f3ac68158795efd17aa16229f865406c5e2e0 (diff)
cleanup unused vars
Diffstat (limited to 'add_curve_ivygen.py')
-rw-r--r--add_curve_ivygen.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/add_curve_ivygen.py b/add_curve_ivygen.py
index 49988fad..99f9e563 100644
--- a/add_curve_ivygen.py
+++ b/add_curve_ivygen.py
@@ -189,7 +189,7 @@ def createIvyGeometry(IVY, growLeaves):
ob = bpy.data.objects.new('IvyLeaf', me)
bpy.context.scene.objects.link(ob)
- tex = me.uv_textures.new("Leaves")
+ me.uv_textures.new("Leaves")
# Set the uv texture coords
# TODO, this is non-functional, default uvs are ok?
@@ -565,7 +565,6 @@ class IvyGen(bpy.types.Operator):
# Generate first root and node
IVY.seed(seedPoint)
- checkAlive = True
checkTime = False
maxLength = self.maxIvyLength # * radius