Notification on LZ4 export that compressing might take some time

This commit is contained in:
Moritz Brückner 2020-09-17 21:32:05 +02:00
parent 8b3eefb382
commit 932d4d5065

View file

@ -2003,6 +2003,8 @@ class ArmoryExporter:
"""Exports the scene."""
profile_time = time.time()
print('Exporting ' + arm.utils.asset_name(self.scene))
if self.compress_enabled:
print('Scene data will be compressed which might take a while.')
current_frame, current_subframe = self.scene.frame_current, self.scene.frame_subframe