Add skip: true for edge helix to be consistent with axis as options

This commit is contained in:
Pierre Jacquier
2025-03-19 13:36:57 -04:00
parent c50c6ef325
commit fb7cbd1fbd

View File

@ -531,6 +531,7 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
inputType: 'selection', inputType: 'selection',
selectionTypes: ['segment', 'sweepEdge', 'edgeCutEdge'], selectionTypes: ['segment', 'sweepEdge', 'edgeCutEdge'],
multiple: false, multiple: false,
skip: true,
hidden: (context) => Boolean(context.argumentsToSubmit.nodeToEdit), hidden: (context) => Boolean(context.argumentsToSubmit.nodeToEdit),
}, },
revolutions: { revolutions: {