* Considerable clean-up of existing code.
* Moved the PSA import to the properties panel.
This commit is contained in:
@@ -181,4 +181,9 @@ class PskImportOperator(Operator, ImportHelper):
|
||||
psk = reader.read(self.filepath)
|
||||
name = os.path.splitext(os.path.basename(self.filepath))[0]
|
||||
PskImporter().import_psk(psk, name, context)
|
||||
return {'FINISHED'}
|
||||
return {'FINISHED'}
|
||||
|
||||
|
||||
__classes__ = [
|
||||
PskImportOperator
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user