From a5a236df5f6630ea17958e3006070ef609c6a4b8 Mon Sep 17 00:00:00 2001 From: meta-androcto Date: Sun, 16 Jun 2019 19:07:15 +1000 Subject: fix bl_info locations --- system_property_chart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system_property_chart.py') diff --git a/system_property_chart.py b/system_property_chart.py index 06512a3e..7f44f89d 100644 --- a/system_property_chart.py +++ b/system_property_chart.py @@ -23,7 +23,7 @@ bl_info = { "author": "Campbell Barton (ideasman42)", "version": (0, 1, 1), "blender": (2, 80, 0), - "location": "Tool Shelf", + "location": "View3D > Sidebar > Item Tab", "description": ("Edit arbitrary selected properties for " "objects/sequence strips of the same type"), "warning": "", -- cgit v1.2.3