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