mirror of
https://github.com/DarklightGames/io_scene_psk_psa.git
synced 2024-11-30 17:34:28 +01:00
Now handling PSKX files in the PSK file handler
This commit is contained in:
parent
b67c734687
commit
e27b078866
@ -15,7 +15,7 @@ class PSK_FH_import(FileHandler):
|
|||||||
bl_idname = 'PSK_FH_import'
|
bl_idname = 'PSK_FH_import'
|
||||||
bl_label = 'File handler for Unreal PSK/PSKX import'
|
bl_label = 'File handler for Unreal PSK/PSKX import'
|
||||||
bl_import_operator = 'import_scene.psk'
|
bl_import_operator = 'import_scene.psk'
|
||||||
bl_file_extensions = '.psk'
|
bl_file_extensions = '.psk;.pskx'
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def poll_drop(cls, context: Context):
|
def poll_drop(cls, context: Context):
|
||||||
|
Loading…
Reference in New Issue
Block a user