Renaming the add-on from io_export_psk_psa to io_scene_psk_psa

This commit is contained in:
Colin Basnett
2022-01-22 23:54:15 -08:00
parent a6c193e059
commit 8be4b040f8
16 changed files with 6 additions and 6 deletions

View File

@@ -1,13 +1,13 @@
bl_info = { bl_info = {
"name": "PSK/PSA Exporter", "name": "PSK/PSA Importer/Exporter",
"author": "Colin Basnett", "author": "Colin Basnett",
"version": (1, 1, 1), "version": (1, 2, 0),
"blender": (2, 80, 0), "blender": (2, 80, 0),
"location": "File > Export > PSK Export (.psk)", # "location": "File > Export > PSK Export (.psk)",
"description": "PSK/PSA Export (.psk)", "description": "PSK/PSA Import/Export (.psk/.psa)",
"warning": "", "warning": "",
"wiki_url": "https://github.com/DarklightGames/io_export_psk_psa", "doc_url": "https://github.com/DarklightGames/io_scene_psk_psa",
"tracker_url": "https://github.com/DarklightGames/io_export_psk_psa/issues", "tracker_url": "https://github.com/DarklightGames/io_scene_psk_psa/issues",
"category": "Import-Export" "category": "Import-Export"
} }