From 1c8717d4841a3dd766cb763de2256b0b8fbf7fcf Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Fri, 10 Oct 2014 15:17:50 +0200 Subject: Fix T42171: Imprecise info in add curve/mesh extra object. --- add_curve_extra_objects/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'add_curve_extra_objects') diff --git a/add_curve_extra_objects/__init__.py b/add_curve_extra_objects/__init__.py index 434b7191..5dffb0d4 100644 --- a/add_curve_extra_objects/__init__.py +++ b/add_curve_extra_objects/__init__.py @@ -22,8 +22,8 @@ bl_info = { "name": "Extra Objects", "author": "Multiple Authors", "version": (0, 1), - "blender": (2, 63, 0), - "location": "View3D > Add > Curve > Extra Objects", + "blender": (2, 72, 0), + "location": "View3D > Add > Curve", "description": "Add extra curve object types", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" -- cgit v1.2.3