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:
authorJonathan Smith <j.jaydez@gmail.com>2011-04-10 15:09:27 +0400
committerJonathan Smith <j.jaydez@gmail.com>2011-04-10 15:09:27 +0400
commit4170ad9b49cc43201192447ba026407201ed7e32 (patch)
tree4cd20050ce7c34b12ac4450690dd0b7876ab3262 /io_mesh_raw
parentb5a7f16d83f41913fd7cd5712a448f3480f169e0 (diff)
Formatting/standardization for description/location
Diffstat (limited to 'io_mesh_raw')
-rw-r--r--io_mesh_raw/__init__.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/io_mesh_raw/__init__.py b/io_mesh_raw/__init__.py
index 5e8caba1..410b4ccf 100644
--- a/io_mesh_raw/__init__.py
+++ b/io_mesh_raw/__init__.py
@@ -17,13 +17,13 @@
# ##### END GPL LICENSE BLOCK #####
bl_info = {
- "name": "Raw mesh",
+ "name": "Raw mesh format (.raw)",
"author": "Anthony D,Agostino (Scorpius), Aurel Wildfellner",
"version": (0, 2),
"blender": (2, 5, 7),
- "api": 35622,
- "location": "File > Import-Export > Raw faces ",
- "description": "Import Raw Faces (.raw format)",
+ "api": 36079,
+ "location": "File > Import-Export > Raw Faces (.raw) ",
+ "description": "Import-Export Raw Faces",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
"Scripts/Import-Export/Raw_Mesh_IO",