mirror of
https://github.com/godotengine/godot-blender-exporter.git
synced 2026-01-04 14:09:56 +03:00
Add Jiacheng and Geoffrey as authors
Roughly reordered based on an assessment of the amount of contribution to the exporter code.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user