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
parent3151817bbf81f8be4d38ddc2926baad523cee9ff (diff)
part fix bl_info Locations
-rw-r--r--ant_landscape/__init__.py2
-rw-r--r--archimesh/__init__.py2
-rw-r--r--archipack/__init__.py2
-rw-r--r--camera_turnaround.py2
-rw-r--r--lighting_dynamic_sky.py2
-rw-r--r--mesh_auto_mirror.py2
-rw-r--r--mesh_bsurfaces.py2
-rw-r--r--mesh_looptools.py2
-rw-r--r--mesh_tools/__init__.py2
9 files changed, 9 insertions, 9 deletions
diff --git a/ant_landscape/__init__.py b/ant_landscape/__init__.py
index edec0427..e176e19c 100644
--- a/ant_landscape/__init__.py
+++ b/ant_landscape/__init__.py
@@ -24,7 +24,7 @@ bl_info = {
"author": "Jimmy Hazevoet",
"version": (0, 1, 8),
"blender": (2, 80, 0),
- "location": "View3D > Sidebar",
+ "location": "View3D > Sidebar > Create Tab",
"description": "Another Noise Tool: Landscape and Displace",
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
diff --git a/archimesh/__init__.py b/archimesh/__init__.py
index fa6d18a4..46d97b0d 100644
--- a/archimesh/__init__.py
+++ b/archimesh/__init__.py
@@ -28,7 +28,7 @@
bl_info = {
"name": "Archimesh",
"author": "Antonio Vazquez (antonioya)",
- "location": "View3D > Add Mesh / Sidebar",
+ "location": "View3D > Add Mesh / Sidebar > Create Tab",
"version": (1, 2, 2),
"blender": (2, 80, 0),
"description": "Generate rooms, doors, windows, and other architecture objects",
diff --git a/archipack/__init__.py b/archipack/__init__.py
index 431f7d15..6f66987f 100644
--- a/archipack/__init__.py
+++ b/archipack/__init__.py
@@ -33,7 +33,7 @@ bl_info = {
'deps': '',
'version': (1, 2, 83),
'blender': (2, 80, 0),
- 'location': 'View3D > Tools > Create > Archipack',
+ 'location': 'View3D > Sidebar > Create > Archipack',
'warning': '',
'wiki_url': 'https://github.com/s-leger/archipack/wiki',
'tracker_url': 'https://github.com/s-leger/archipack/issues',
diff --git a/camera_turnaround.py b/camera_turnaround.py
index e5581b35..d6942752 100644
--- a/camera_turnaround.py
+++ b/camera_turnaround.py
@@ -21,7 +21,7 @@ bl_info = {
"author": "Antonio Vazquez (antonioya)",
"version": (0, 3, 0),
"blender": (2, 80, 0),
- "location": "View3D > Toolshelf > Animation Tab > Turnaround Camera",
+ "location": "View3D > Sidebar > View Tab > Turnaround Camera",
"description": "Add a camera rotation around selected object",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
"Scripts/Animation/TurnaroundCamera",
diff --git a/lighting_dynamic_sky.py b/lighting_dynamic_sky.py
index 71ffd824..d556c3d0 100644
--- a/lighting_dynamic_sky.py
+++ b/lighting_dynamic_sky.py
@@ -24,7 +24,7 @@ bl_info = {
"author": "Pratik Solanki",
"version": (1, 0, 6),
"blender": (2, 80, 0),
- "location": "View3D > Tools",
+ "location": "View3D > Sidebar > Create Tab",
"description": "Creates Dynamic Sky for Cycles",
"warning": "",
"wiki_url": "http://www.dragoneex.com/downloads/dynamic-skyadd-on",
diff --git a/mesh_auto_mirror.py b/mesh_auto_mirror.py
index 7bc10f79..4407585d 100644
--- a/mesh_auto_mirror.py
+++ b/mesh_auto_mirror.py
@@ -12,7 +12,7 @@ bl_info = {
"author": "Lapineige",
"version": (2, 5, 2),
"blender": (2, 80, 0),
- "location": "View 3D > Sidebar > Tools Tab > AutoMirror (panel)",
+ "location": "View 3D > Sidebar > Edit Tab > AutoMirror (panel)",
"warning": "",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
"Py/Scripts/Modeling/AutoMirror",
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",
diff --git a/mesh_looptools.py b/mesh_looptools.py
index 7a412f9c..dc37e4dc 100644
--- a/mesh_looptools.py
+++ b/mesh_looptools.py
@@ -21,7 +21,7 @@ bl_info = {
"author": "Bart Crouch",
"version": (4, 6, 7),
"blender": (2, 80, 0),
- "location": "View3D > Toolbar and View3D > Specials (W-key)",
+ "location": "View3D > Sidebar > Edit Tab / Edit Mode Context Menu",
"warning": "",
"description": "Mesh modelling toolkit. Several tools to aid modelling",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
diff --git a/mesh_tools/__init__.py b/mesh_tools/__init__.py
index d5b34e42..bdecb1f7 100644
--- a/mesh_tools/__init__.py
+++ b/mesh_tools/__init__.py
@@ -26,7 +26,7 @@ bl_info = {
"author": "Meta-Androcto",
"version": (0, 3, 6),
"blender": (2, 80, 0),
- "location": "View3D > Toolbar and View3D > Context Menu",
+ "location": "View3D > Sidebar > Edit Tab / Edit Mode Context Menu",
"warning": "",
"description": "Mesh modelling toolkit. Several tools to aid modelling",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"