Browse Source

Merge pull request #290 from akien-mga/authors

Add Jiacheng and Geoffrey as authors
sdfgeoff 5 năm trước cách đây
mục cha
commit
73a57b3f3d
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      io_scene_godot/__init__.py

+ 4 - 4
io_scene_godot/__init__.py

@@ -27,14 +27,14 @@ from . import export_godot
 
 bl_info = {  # pylint: disable=invalid-name
     "name": "Godot Engine Exporter",
-    "author": "Juan Linietsky",
+    "author": "Lu Jiacheng, Geoffrey Irons, Juan Linietsky",
     "blender": (2, 80, 0),
     "location": "File > Import-Export",
-    "description": ("Export Godot Scenes to a format that can be efficiently "
-                    "imported."),
+    "description": ("Export Blender scenes to a format that can be "
+                    "efficiently imported in Godot Engine."),
     "warning": "",
     "wiki_url": ("https://godotengine.org"),
-    "tracker_url": "https://github.com/godotengine/blender-exporter",
+    "tracker_url": "https://github.com/godotengine/godot-blender-exporter",
     "support": "OFFICIAL",
     "category": "Import-Export"
 }