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:
authorJulien Duroure <julien.duroure@gmail.com>2018-12-01 08:22:30 +0300
committerJulien Duroure <julien.duroure@gmail.com>2018-12-01 08:22:30 +0300
commit9fcbabfcab0f60910c196226c79874edcae80b65 (patch)
treefbf942094632b426f0174a18bb8f3665579172ed
parent40b00140cbf8a8ea06922d984787493062bce52b (diff)
glTF: adding a tracker url for addon
-rwxr-xr-xio_scene_gltf2/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py
index 27268bce..7a6ce124 100755
--- a/io_scene_gltf2/__init__.py
+++ b/io_scene_gltf2/__init__.py
@@ -42,8 +42,8 @@ bl_info = {
'location': 'File > Import-Export',
'description': 'Import-Export as glTF 2.0',
'warning': '',
- 'wiki_url': ''
- '',
+ 'wiki_url': "https://github.com/KhronosGroup/glTF-Blender-IO",
+ 'tracker_url': "https://github.com/KhronosGroup/glTF-Blender-IO/issues/",
'support': 'OFFICIAL',
'category': 'Import-Export'}