mirror of
https://github.com/DarklightGames/io_scene_psk_psa.git
synced 2025-02-22 11:59:55 +01:00
Added the name of the imported PSK object to the info report
This commit is contained in:
parent
b471229584
commit
361a7f0218
@ -113,7 +113,7 @@ class PSK_OT_import(Operator, ImportHelper):
|
||||
message += '\n'.join(result.warnings)
|
||||
self.report({'WARNING'}, message)
|
||||
else:
|
||||
self.report({'INFO'}, f'PSK imported')
|
||||
self.report({'INFO'}, f'PSK imported ({options.name})')
|
||||
|
||||
return {'FINISHED'}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user