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:
-rw-r--r--add_mesh_pipe_joint.py2
-rw-r--r--development_icon_get.py4
-rw-r--r--io_coat3D/__init__.py2
-rw-r--r--space_view3d_copy_attributes.py2
-rw-r--r--space_view3d_spacebar_menu.py2
5 files changed, 6 insertions, 6 deletions
diff --git a/add_mesh_pipe_joint.py b/add_mesh_pipe_joint.py
index 4f4bcc7b..168bd597 100644
--- a/add_mesh_pipe_joint.py
+++ b/add_mesh_pipe_joint.py
@@ -22,7 +22,7 @@ bl_info = {
"version": (0, 10, 7),
"blender": (2, 5, 3),
"api": 32411,
- "location": "View3D > Add > Mesh > Pipe Joint",
+ "location": "View3D > Add > Mesh > Pipe Joints",
"description": "Adds 5 pipe Joint types to the Add Mesh menu",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
diff --git a/development_icon_get.py b/development_icon_get.py
index e06b702f..10d8b4da 100644
--- a/development_icon_get.py
+++ b/development_icon_get.py
@@ -25,8 +25,8 @@ bl_info = {
'version': (1, 5, 0),
'blender': (2, 5, 7),
'api': 34404,
- 'location': 'Text window > Properties panel (ctrl+F) or '\
- 'Console > Console menu',
+ 'location': 'Text Editor > Properties or '\
+ 'Console > Console Menu',
'warning': '',
'description': 'Click an icon to display its name and copy it '\
'to the clipboard',
diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index 748b4355..0a7d5d8f 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
"version": (1, 70),
"blender": (2, 5, 6),
"api": 34481,
- "location": "Scene -> 3D-Coat Applink",
+ "location": "Scene > 3D-Coat Applink",
"description": "Transfer data between 3D-Coat/Blender",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/" \
diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py
index 19eb593f..b31a66c2 100644
--- a/space_view3d_copy_attributes.py
+++ b/space_view3d_copy_attributes.py
@@ -24,7 +24,7 @@ bl_info = {
'version': (0, 42),
'blender': (2, 5, 6),
'api': 34324,
- 'location': 'View3D > Ctrl/C',
+ 'location': 'View3D > Ctrl-C',
'description': 'Copy Attributes Menu from Blender 2.4',
'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/'\
'Scripts/3D_interaction/Copy_Attributes_Menu',
diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py
index 49257a0c..21949d95 100644
--- a/space_view3d_spacebar_menu.py
+++ b/space_view3d_spacebar_menu.py
@@ -28,7 +28,7 @@ bl_info = {
"version": (1, 6, 1),
"blender": (2, 5, 6),
"api": 34036,
- "location": "View3D > Spacebar",
+ "location": "View3D > Spacebar Key",
"description": "Context sensitive spacebar menu",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\