fix bl_info locations

This commit is contained in:
Brendon Murphy 2019-06-16 19:07:15 +10:00
parent c2821cac0d
commit a5a236df5f
6 changed files with 6 additions and 6 deletions

View File

@ -26,7 +26,7 @@ bl_info = {
"author": "Fabian Fricke",
"version": (1, 2, 0),
"blender": (2, 80, 0),
"location": "View3D > Specials > Relax ",
"location": "View3D > Edit Mode Context Menu > Relax ",
"description": "Relax the selected verts while retaining the shape",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"

View File

@ -25,7 +25,7 @@ bl_info = {
"version": (1, 3, 2),
"blender": (2, 80, 0),
"category": "Mesh",
"location": "View3D > EditMode > (w) Specials",
"location": "View3D > EditMode Context Menu",
"wiki_url": "http://zeffii.github.io/mesh_tiny_cad/",
"tracker_url": "https://github.com/zeffii/mesh_tiny_cad/issues"
}

View File

@ -23,7 +23,7 @@ bl_info = {
"author": "Vitor Balbio, Mikhail Rachinskiy, TynkaTopi, Meta-Androcto, Simon Appelt",
"version": (0, 4, 0),
"blender": (2, 80, 0),
"location": "View3D > Sidebar",
"location": "View3D > Sidebar > Edit Tab",
"description": "Bool Tool Hotkey: Ctrl Shift B",
"category": "Object",
}

View File

@ -22,7 +22,7 @@ bl_info = {
"author": "Jason van Gumster (Fweeb), Bassam Kurdali, Pablo Vazquez, Rainer Trummer",
"version": (0, 9, 1),
"blender": (2, 80, 0),
"location": "File > External Data > Edit Linked Library",
"location": "File > External Data / View3D > Sidebar > Item Tab",
"description": "Allows editing of objects linked from a .blend library.",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Object/Edit_Linked_Library",

View File

@ -23,7 +23,7 @@ bl_info = {
"author": "Oscurart",
"version": (4, 0, 0),
"blender": (2, 80, 0),
"location": "View3D > Toolbar and View3D > Specials (W-key)",
"location": "View3D > Context Menu > Object/Edit Modes",
"description": "Tools for objects, render, shapes, and files.",
"warning": "",
"wiki_url": "https://www.oscurart.com.ar",

View File

@ -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": "",