[Bf-extensions-cvs] [dd693daf] master: object carver: add bl_location info

meta-androcto noreply at git.blender.org
Tue Sep 24 08:31:39 CEST 2019


Commit: dd693dafc4a6830882fb00d3f31fe774d4489421
Author: meta-androcto
Date:   Tue Sep 24 16:31:21 2019 +1000
Branches: master
https://developer.blender.org/rBAdd693dafc4a6830882fb00d3f31fe774d4489421

object carver: add bl_location info

===================================================================

M	object_carver/__init__.py

===================================================================

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',



More information about the Bf-extensions-cvs mailing list