From 5bc482f647af6a3bf2e2b980108a25fa4c3ba352 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 21 May 2014 13:04:43 +1000 Subject: Maintenance to bl_info, remove redundant tracker URL's --- add_curve_ivygen.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'add_curve_ivygen.py') diff --git a/add_curve_ivygen.py b/add_curve_ivygen.py index 3c30e52b..6b359e14 100644 --- a/add_curve_ivygen.py +++ b/add_curve_ivygen.py @@ -25,12 +25,12 @@ bl_info = { "blender": (2, 59, 0), "location": "View3D > Add > Curve", "description": "Adds generated ivy to a mesh object starting " - "at the 3D cursor", + "at the 3D cursor", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Curve/Ivy_Gen", - "tracker_url": "https://developer.blender.org/T27234", - "category": "Add Curve"} + "category": "Add Curve", +} import bpy -- cgit v1.2.3