Fixed Contour.Direction and simplified Dogbone.Side determination.

This commit is contained in:
Markus Lampert
2017-07-08 14:43:13 -07:00
committed by Yorik van Havre
parent 1bda01646d
commit 104eb53a8b
2 changed files with 10 additions and 17 deletions

View File

@@ -181,9 +181,9 @@ class ObjectContour:
'return_end': True}
if obj.Direction == 'CCW':
params['orientation'] = 1
else:
params['orientation'] = 0
else:
params['orientation'] = 1
if self.endVector is not None:
params['start'] = self.endVector