diff --git a/CurvedArray.py b/CurvedArray.py index cb594b5..e5ffff0 100644 --- a/CurvedArray.py +++ b/CurvedArray.py @@ -33,7 +33,6 @@ def __init__(self, extract=False, Twists = [], LoftMaxDegree=5): - obj.Base = base CurvedShapes.addObjectProperty(obj, "App::PropertyLink", "Base", "CurvedArray", "The object to make an array from").Base = base CurvedShapes.addObjectProperty(obj, "App::PropertyLinkList", "Hullcurves", "CurvedArray", "Bounding curves").Hullcurves = hullcurves CurvedShapes.addObjectProperty(obj, "App::PropertyVector", "Axis", "CurvedArray", "Direction axis").Axis = axis