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-08-08 11:03:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-08-08 11:03:51 +0400
commit8dee0ddd000c88e4dc6ece10286ba4b9bfde470f (patch)
tree0ca86e4c6d65f68e6fa8c2362edd8b5b325aab6c /add_curve_ivygen.py
parent2135f8806c5154bb55374faf83cdecb48d4de090 (diff)
h3d requires a patch, only show the option when the patch is applied.
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 4a73ee0f..408fce3a 100644
--- a/add_curve_ivygen.py
+++ b/add_curve_ivygen.py
@@ -605,7 +605,6 @@ class IvyGen(bpy.types.Operator):
return {'FINISHED'}
-
def draw(self, context):
layout = self.layout
@@ -694,4 +693,4 @@ def unregister():
if __name__ == "__main__":
- register() \ No newline at end of file
+ register()