From f1f584af2de289fef77c25216fb0e3f693c9d718 Mon Sep 17 00:00:00 2001 From: Russell Johnson <47639332+Russ4262@users.noreply.github.com> Date: Thu, 18 Feb 2021 01:39:07 -0600 Subject: [PATCH] Path: Change `HandleMultipleFeatures` default value to `Collectively` This fixes error when attempting to profile loop of vertical faces, thus maintaining original Profile Faces behavior by default for vertical looped face set. --- src/Mod/Path/PathScripts/PathProfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Path/PathScripts/PathProfile.py b/src/Mod/Path/PathScripts/PathProfile.py index 847ea37b1f..4c744396c0 100644 --- a/src/Mod/Path/PathScripts/PathProfile.py +++ b/src/Mod/Path/PathScripts/PathProfile.py @@ -146,7 +146,7 @@ class ObjectProfile(PathAreaOp.ObjectOp): return { 'AttemptInverseAngle': True, 'Direction': 'CW', - 'HandleMultipleFeatures': 'Individually', + 'HandleMultipleFeatures': 'Collectively', 'InverseAngle': False, 'JoinType': 'Round', 'LimitDepthToFace': True,