Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormeta-androcto <meta.androcto1@gmail.com>2019-09-24 09:31:21 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-09-24 09:31:21 +0300
commitdd693dafc4a6830882fb00d3f31fe774d4489421 (patch)
treedcd884ce94e4925ad32d0943d4d51b91ccd922eb /object_carver
parent844991b2099bc83d94fb12554bca2fbe91159dbe (diff)
object carver: add bl_location info
Diffstat (limited to 'object_carver')
-rw-r--r--object_carver/__init__.py2
1 files changed, 1 insertions, 1 deletions
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',