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>2011-01-15 22:34:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-01-15 22:34:59 +0300
commitfa68b830205780cb7fb6a4994195bce61323ae50 (patch)
tree49577c62266c2cb1ba37081b1d98e0da8c719e38 /io_scene_obj
parentb89e757cfd55caf4f32f6041bfbf5aed4f362c43 (diff)
move MDD io from svn into extensions.
Diffstat (limited to 'io_scene_obj')
-rw-r--r--io_scene_obj/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py
index dc7422d3..b4b928fe 100644
--- a/io_scene_obj/__init__.py
+++ b/io_scene_obj/__init__.py
@@ -22,7 +22,7 @@ bl_info = {
"name": "Wavefront OBJ format",
"author": "Campbell Barton",
"location": "File > Import-Export",
- "description": "Import-Export X3D, Import OBJ mesh, UV's, materials and textures",
+ "description": "Import-Export OBJ, Import OBJ mesh, UV's, materials and textures",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
"Scripts/Import-Export/Wavefront_OBJ",