From b3967270bd629bee35997e463f9214fc3b8ca546 Mon Sep 17 00:00:00 2001 From: meta-androcto <meta.androcto1@gmail.com> Date: Wed, 27 Mar 2019 03:29:09 +1100 Subject: [PATCH] IvyGen: update bl_info location --- add_curve_ivygen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/add_curve_ivygen.py b/add_curve_ivygen.py index 55900bd79..8e1965f5f 100644 --- a/add_curve_ivygen.py +++ b/add_curve_ivygen.py @@ -23,7 +23,7 @@ bl_info = { "author": "testscreenings, PKHG, TrumanBlending", "version": (0, 1, 5), "blender": (2, 80, 0), - "location": "View3D > Properties Panel > Ivy Generator", + "location": "View3D > Sidebar > Ivy Generator (Create Tab)", "description": "Adds generated ivy to a mesh object starting " "at the 3D cursor", "warning": "", -- GitLab