From dd693dafc4a6830882fb00d3f31fe774d4489421 Mon Sep 17 00:00:00 2001 From: meta-androcto Date: Tue, 24 Sep 2019 16:31:21 +1000 Subject: object carver: add bl_location info --- object_carver/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/object_carver/__init__.py b/object_carver/__init__.py index 3c36c182..8ca6bec1 100644 --- a/object_carver/__init__.py +++ b/object_carver/__init__.py @@ -22,7 +22,7 @@ bl_info = { "description": "Multiple tools to carve or to create objects", "version": (1, 2, 0), "blender": (2, 80, 0), - "location": "3D View", + "location": "3D View > Ctrl/Shift/x", "warning": "", "wiki_url": "", "support": 'COMMUNITY', -- cgit v1.2.3