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:
authorPaul Geraskin <paul_geraskin@mail.ru>2013-06-26 12:56:20 +0400
committerPaul Geraskin <paul_geraskin@mail.ru>2013-06-26 12:56:20 +0400
commit5f5389f1597c6aa0312b229180d2247e9f7bec96 (patch)
treee9e6cc13b7888c56f5daab0259a6e0a95dec2382 /uv_texture_atlas.py
parent9cdec8efb06bca1ece24265d86349809b8472038 (diff)
Changed links to the script.
Diffstat (limited to 'uv_texture_atlas.py')
-rw-r--r--uv_texture_atlas.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py
index a42870c6..c38eb6aa 100644
--- a/uv_texture_atlas.py
+++ b/uv_texture_atlas.py
@@ -24,8 +24,8 @@ bl_info = {
"blender": (2, 6, 7),
"location": "Properties > Render",
"description": "A simple Texture Atlas for unwrapping many objects. It creates additional UV",
- "wiki_url": "http://code.google.com/p/blender-addons-by-mifth/",
- "tracker_url": "http://code.google.com/p/blender-addons-by-mifth/issues/list",
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/UV/TextureAtlas",
+ "tracker_url": "http://projects.blender.org/scm/viewvc.php/trunk/py/scripts/addons/uv_texture_atlas.py?view=log&root=bf-extensions",
"category": "UV"}
import bpy