1
0
mirror of https://github.com/DarklightGames/io_scene_psk_psa.git synced 2024-11-27 16:10:48 +01:00

Now handling PSKX files in the PSK file handler

This commit is contained in:
Colin Basnett 2024-03-14 18:53:53 -07:00
parent b67c734687
commit e27b078866

View File

@ -15,7 +15,7 @@ class PSK_FH_import(FileHandler):
bl_idname = 'PSK_FH_import'
bl_label = 'File handler for Unreal PSK/PSKX import'
bl_import_operator = 'import_scene.psk'
bl_file_extensions = '.psk'
bl_file_extensions = '.psk;.pskx'
@classmethod
def poll_drop(cls, context: Context):