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!
This commit is contained in:
Frank Noirot
2025-04-11 17:12:36 -04:00
committed by GitHub
parent 9e1f1152e3
commit 3cd7a3533e

View File

@ -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: {