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-07-25 06:02:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-07-25 06:02:10 +0400
commitf7ed59065a9069de777e4957f48650d72bd2a400 (patch)
treeee3ea6c554015dc242c89dbfe72b51a1963e4121 /io_scene_map
parentc8c166df88185920d098144dd4d8c894d2288a4c (diff)
reverse matrix, vector multiplication order,
previous order deprecated.
Diffstat (limited to 'io_scene_map')
-rw-r--r--io_scene_map/__init__.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/io_scene_map/__init__.py b/io_scene_map/__init__.py
index cc265410..51e889d9 100644
--- a/io_scene_map/__init__.py
+++ b/io_scene_map/__init__.py
@@ -24,10 +24,11 @@ bl_info = {
"blender": (2, 5, 7),
"api": 35622,
"location": "File > Export",
- "description": "Export MAP brushes, nurbs surfaces, lamps and empties as map nodes",
+ "description": ("Export MAP brushes, nurbs surfaces, "
+ "lamps and empties as map nodes"),
"warning": "",
- "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"\
- "Scripts/Import-Export/Quake_MAP",
+ "wiki_url": ("http://wiki.blender.org/index.php/Extensions:2.5/Py/"
+ "Scripts/Import-Export/Quake_MAP"),
"tracker_url": "",
"support": 'OFFICIAL',
"category": "Import-Export"}