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:
authorCampbell Barton <ideasman42@gmail.com>2010-03-18 00:33:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-03-18 00:33:09 +0300
commitf1c3719657c45c5c05c2d7123ad311d1e4fdd51b (patch)
tree3155343a89ac968ff0b12e26371583bf57d6d8b2 /io_mesh_raw
parent221f8205cd67bde06f3069dd0ef7cf387c85c7e7 (diff)
minor correction to catogories
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 35a322d5..a7d0c754 100644
--- a/io_mesh_raw/__init__.py
+++ b/io_mesh_raw/__init__.py
@@ -23,7 +23,7 @@ bl_addon_info = {
'blender': '2.5.3',
'location': 'File > Import/Export > Raw faces ',
'url': 'http://wiki.blender.org/index.php?title=Extensions:2.5/Py/Scripts/Raw_Mesh_IO',
- 'category': 'Add_Mesh'}
+ 'category': 'Import/Export'}