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:
authorBrendon Murphy <meta.androcto1@gmail.com>2010-04-02 11:17:20 +0400
committerBrendon Murphy <meta.androcto1@gmail.com>2010-04-02 11:17:20 +0400
commit615b25e40b9956e3ab2f1cd044e69ece9017d094 (patch)
treef25a901004a8ffe06d2e5ed51d83644094aa3cf5 /io_mesh_raw
parent834ca5743baeebb57d98de0abdb36f6c70e7e967 (diff)
should be all errors fixed
[[Split portion of a mixed commit.]]
Diffstat (limited to 'io_mesh_raw')
-rw-r--r--io_mesh_raw/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_mesh_raw/__init__.py b/io_mesh_raw/__init__.py
index eb54b718..b89c79ab 100644
--- a/io_mesh_raw/__init__.py
+++ b/io_mesh_raw/__init__.py
@@ -22,7 +22,7 @@ bl_addon_info = {
'version': '0.2',
'blender': '2.5.3',
'location': 'File > Import/Export > Raw faces ',
- 'Description': 'Import Raw Faces (.raw format)',
+ 'description': 'Import Raw Faces (.raw format)',
'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/File_I-O/Raw_Mesh_IO',
'category': 'Import/Export'}