From a407e99ebd9f21317b9d3774adee39babb104b9a Mon Sep 17 00:00:00 2001 From: Yusarina Date: Mon, 31 Mar 2025 23:03:09 +0100 Subject: [PATCH] Update atlas_materials.py --- functions/atlas_materials.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/atlas_materials.py b/functions/atlas_materials.py index b578fcc..8c38f9e 100644 --- a/functions/atlas_materials.py +++ b/functions/atlas_materials.py @@ -218,7 +218,7 @@ class AvatarToolKit_OT_AtlasMaterials(Operator): canvas.save(filepath=os.path.join(save_dir, new_image_name+".png")) except Exception as save_error: logger.error(f"Failed to save atlas texture: {str(save_error)}") - self.report({'WARNING'}, f"Could not save texture to disk. Atlas will work in memory only.") + self.report({'WARNING'}, f"Could not save texture to disk, This may be due to a lack of permissions.") setattr(atlased_mat, type_name, canvas) progress.step(f"Created {type_name} atlas")