fixed
This commit is contained in:
parent
8e8346f836
commit
168ea56717
|
|
@ -49,7 +49,7 @@ class WindowDialog():
|
|||
listSize = len(copy_sketchList)
|
||||
|
||||
while listSize > 0:
|
||||
while index < (listSize - 1):
|
||||
while index < listSize:
|
||||
print(f'{copy_sketchList} --- {listSize}')
|
||||
__O__ = copy_sketchList[index]
|
||||
boundingBox = __O__.Shape.BoundBox
|
||||
|
|
|
|||
Loading…
Reference in a new issue