Helix can't be selected as path arg in point-and-click sweep (#6968)

* Helix can't be selected as path arg in point-and-click sweep
Fixes #6966

* Remove old dry-run validations on Sweep, Loft, Revolve, and Shell

* Base on dry-run validation remove branch

* Add test
This commit is contained in:
Pierre Jacquier
2025-05-15 16:42:38 -04:00
committed by GitHub
parent 2516df3a39
commit dd6a980915
2 changed files with 95 additions and 1 deletions

View File

@ -419,7 +419,7 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
},
path: {
inputType: 'selection',
selectionTypes: ['segment'],
selectionTypes: ['segment', 'helix'],
required: true,
multiple: false,
hidden: (context) => Boolean(context.argumentsToSubmit.nodeToEdit),