From fb7cbd1fbd717c65e38e6f7275414cf87a14cde7 Mon Sep 17 00:00:00 2001 From: Pierre Jacquier Date: Wed, 19 Mar 2025 13:36:57 -0400 Subject: [PATCH] Add skip: true for edge helix to be consistent with axis as options --- src/lib/commandBarConfigs/modelingCommandConfig.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/commandBarConfigs/modelingCommandConfig.ts b/src/lib/commandBarConfigs/modelingCommandConfig.ts index 17341cc41..aae61aa78 100644 --- a/src/lib/commandBarConfigs/modelingCommandConfig.ts +++ b/src/lib/commandBarConfigs/modelingCommandConfig.ts @@ -531,6 +531,7 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig< inputType: 'selection', selectionTypes: ['segment', 'sweepEdge', 'edgeCutEdge'], multiple: false, + skip: true, hidden: (context) => Boolean(context.argumentsToSubmit.nodeToEdit), }, revolutions: {