From 585ac82c34180aba484d2509979a7a864dfd87f4 Mon Sep 17 00:00:00 2001 From: PhaseLoop Date: Thu, 20 Mar 2025 14:26:36 +0100 Subject: [PATCH] log error on invalid base object --- src/Mod/CAM/Path/Dressup/Array.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/CAM/Path/Dressup/Array.py b/src/Mod/CAM/Path/Dressup/Array.py index 7a73811232..4e860989cc 100644 --- a/src/Mod/CAM/Path/Dressup/Array.py +++ b/src/Mod/CAM/Path/Dressup/Array.py @@ -183,6 +183,7 @@ class DressupArray(DressupBase): or not obj.Base.isDerivedFrom("Path::Feature") or not obj.Base.Path ): + Path.Log.error(translate("PathArray", "Base is empty or an invalid object.")) return None # Do not generate paths and clear current Path data if operation not