From 8dee0ddd000c88e4dc6ece10286ba4b9bfde470f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 8 Aug 2011 07:03:51 +0000 Subject: h3d requires a patch, only show the option when the patch is applied. --- add_curve_ivygen.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'add_curve_ivygen.py') 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() -- cgit v1.2.3