Merge pull request #3709 from etrombly/3dSurface

[Path] fix two never ending while loops in PathSurfaceSupport
This commit is contained in:
sliptonic
2020-07-21 10:58:48 -05:00
committed by GitHub

View File

@@ -2094,6 +2094,8 @@ class FindUnifiedRegions:
holds = list()
if idxCnt == 0:
cont = False
if safety == 0:
cont = False
# Ewhile
numLoops = len(LOOPS)
@@ -2179,6 +2181,7 @@ class FindUnifiedRegions:
hold.extend(Ids)
Ids = hold
hold = list()
idsCnt = len(Ids)
if len(Ids) == 0:
cont = False
# Ewhile