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:
@ -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),
|
||||
|
Reference in New Issue
Block a user