Path: fix bug in polar array
This commit is contained in:
@@ -200,7 +200,7 @@ class ObjectArray:
|
||||
for i in range(obj.Copies):
|
||||
|
||||
ang = 360
|
||||
if obj.CopiesPolar > 0:
|
||||
if obj.Copies > 0:
|
||||
ang = obj.Angle / obj.Copies * (1 + i)
|
||||
|
||||
np = self.rotatePath(basepath, ang, obj.Centre)
|
||||
|
||||
Reference in New Issue
Block a user