Skip to content

Commit

Permalink
removed copy-paste artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
AIRCAP committed Sep 18, 2024
1 parent 9e9d736 commit c72db7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CurvedArray.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c72db7a

Please sign in to comment.