From 9fcbabfcab0f60910c196226c79874edcae80b65 Mon Sep 17 00:00:00 2001 From: Julien Duroure <julien.duroure@gmail.com> Date: Sat, 1 Dec 2018 06:22:30 +0100 Subject: [PATCH] glTF: adding a tracker url for addon --- io_scene_gltf2/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/io_scene_gltf2/__init__.py b/io_scene_gltf2/__init__.py index 27268bce0..7a6ce1241 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'} -- GitLab