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-03-27 17:33:49 +0300
committerBrendon Murphy <meta.androcto1@gmail.com>2010-03-27 17:33:49 +0300
commitcf0ccce4853ad96eed26b90e40487c4c67571354 (patch)
tree4143b53b3889a9f2b74f1d404cc4a13af036de2e /io_mesh_raw
parent68f7388f513ed8eb83db197f1bb7a7debac47f09 (diff)
modify files to new wiki links to all scripts
add pontiac's clever fix for long wiki links to all scripts links should be pep8 compliant now.
Diffstat (limited to 'io_mesh_raw')
-rw-r--r--io_mesh_raw/__init__.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/io_mesh_raw/__init__.py b/io_mesh_raw/__init__.py
index a7d0c754..96147612 100644
--- a/io_mesh_raw/__init__.py
+++ b/io_mesh_raw/__init__.py
@@ -22,11 +22,10 @@ bl_addon_info = {
'version': '0.2',
'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',
+ 'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
+ 'Scripts/File_I-O/Raw_Mesh_IO',
'category': 'Import/Export'}
-
-
import bpy