[Bf-extensions-cvs] [9fcbabfc] blender2.8: glTF: adding a tracker url for addon

Julien Duroure noreply at git.blender.org
Sat Dec 1 06:22:59 CET 2018


Commit: 9fcbabfcab0f60910c196226c79874edcae80b65
Author: Julien Duroure
Date:   Sat Dec 1 06:22:30 2018 +0100
Branches: blender2.8
https://developer.blender.org/rBA9fcbabfcab0f60910c196226c79874edcae80b65

glTF: adding a tracker url for addon

===================================================================

M	io_scene_gltf2/__init__.py

===================================================================

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'}



More information about the Bf-extensions-cvs mailing list