From 5ed80ecf025dcb50fbeab1b842514ffd22fe8193 Mon Sep 17 00:00:00 2001 From: meta-androcto Date: Tue, 16 Apr 2019 16:32:21 +1000 Subject: measureit: fix panel warnings, default Tab location: Display --- measureit/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'measureit/__init__.py') diff --git a/measureit/__init__.py b/measureit/__init__.py index fdc64f23..eb6ab06b 100644 --- a/measureit/__init__.py +++ b/measureit/__init__.py @@ -28,8 +28,8 @@ bl_info = { "name": "MeasureIt", "author": "Antonio Vazquez (antonioya)", - "location": "View3D > Tools Panel /Properties panel", - "version": (1, 8, 0), + "location": "View3D > Sidebar", + "version": (1, 8, 1), "blender": (2, 80, 0), "description": "Tools for measuring objects.", "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/" -- cgit v1.2.3