1
0
mirror of https://github.com/DarklightGames/io_scene_psk_psa.git synced 2024-11-24 06:50:13 +01:00

Fixed a script reload issue

This commit is contained in:
Colin Basnett 2024-03-02 13:15:48 -08:00
parent 4d41f1af83
commit d81477673b

View File

@ -36,6 +36,7 @@ if 'bpy' in locals():
importlib.reload(psa_reader)
importlib.reload(psa_writer)
importlib.reload(psa_builder)
importlib.reload(psa_importer)
importlib.reload(psa_export_properties)
importlib.reload(psa_export_operators)
importlib.reload(psa_export_ui)