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-06-16 11:48:37 +0300
committermeta-androcto <meta.androcto1@gmail.com>2019-06-16 11:48:37 +0300
commitc2821cac0dbe37b22fa4530c881c679b035f9b8b (patch)
tree0c5dd737201abd61223efbb62787cfd3c493ba04 /mesh_bsurfaces.py
parent3151817bbf81f8be4d38ddc2926baad523cee9ff (diff)
part fix bl_info Locations
Diffstat (limited to 'mesh_bsurfaces.py')
-rw-r--r--mesh_bsurfaces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py
index 890c19ff..1fc761ae 100644
--- a/mesh_bsurfaces.py
+++ b/mesh_bsurfaces.py
@@ -22,7 +22,7 @@ bl_info = {
"author": "Eclectiel, Spivak Vladimir(cwolf3d)",
"version": (1, 6, 0),
"blender": (2, 80, 0),
- "location": "View3D > EditMode > ToolShelf",
+ "location": "View3D EditMode > Sidebar > Edit Tab",
"description": "Modeling and retopology tool",
"wiki_url": "https://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.64/Bsurfaces_1.5",
"category": "Mesh",