|
@@ -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"
|
|
|
}
|