From 3cd7a3533e7f89fb1dc4596c13f5275f254fa67c Mon Sep 17 00:00:00 2001 From: Frank Noirot Date: Fri, 11 Apr 2025 17:12:36 -0400 Subject: [PATCH] Release create and edit parameter flows to the public (#6295) I can't believe I didn't realize they never got marked as no longer in development! --- src/lib/commandBarConfigs/modelingCommandConfig.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/commandBarConfigs/modelingCommandConfig.ts b/src/lib/commandBarConfigs/modelingCommandConfig.ts index c586d061d..fcf9a2541 100644 --- a/src/lib/commandBarConfigs/modelingCommandConfig.ts +++ b/src/lib/commandBarConfigs/modelingCommandConfig.ts @@ -785,7 +785,6 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig< displayName: 'Create parameter', description: 'Add a named constant to use in geometry', icon: 'make-variable', - status: 'development', needsReview: false, args: { value: { @@ -801,7 +800,6 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig< displayName: 'Edit parameter', description: 'Edit the value of a named constant', icon: 'make-variable', - status: 'development', needsReview: false, args: { nodeToEdit: {