Removed shape duplicities.
This commit is contained in:
committed by
Yorik van Havre
parent
bbc039b8b6
commit
6610fac36b
@@ -49,6 +49,7 @@ class TaskPanel:
|
||||
obj.Draft = self.form.draft.value()
|
||||
# Discretize it
|
||||
ship.discretize(self.form.nSections.value(), self.form.nPoints.value())
|
||||
App.ActiveDocument.recompute()
|
||||
return True
|
||||
|
||||
def reject(self):
|
||||
|
||||
Reference in New Issue
Block a user