Skip to content

Commit

Permalink
Merge pull request #1268 from mcneel/kike/1.x
Browse files Browse the repository at this point in the history
Fix on Form components name.
  • Loading branch information
kike-garbo authored Jan 2, 2025
2 parents f38dd73 + 664c1d6 commit 0688a70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public AddForm() : base
ARDB.BuiltInParameter.OFFSETFACES_SHOW_SHAPE_HANDLES,
};

void ReconstructFormByGeometry
void ReconstructAddForm
(
[Optional, NickName("DOC")]
ARDB.Document document,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public AddMassLoft() : base
ARDB.BuiltInParameter.OFFSETFACES_SHOW_SHAPE_HANDLES,
};

void ReconstructFormByCurves
void ReconstructAddMassLoft
(
[Optional, NickName("DOC")]
ARDB.Document document,
Expand Down

0 comments on commit 0688a70

Please sign in to comment.