Removes "fillets cannot touch" warning message (#6771)
rm warningMessage
This commit is contained in:
@ -746,8 +746,6 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
|
|||||||
multiple: true,
|
multiple: true,
|
||||||
required: true,
|
required: true,
|
||||||
skip: false,
|
skip: false,
|
||||||
warningMessage:
|
|
||||||
'Fillets cannot touch other fillets yet. This is under development.',
|
|
||||||
hidden: (context) => Boolean(context.argumentsToSubmit.nodeToEdit),
|
hidden: (context) => Boolean(context.argumentsToSubmit.nodeToEdit),
|
||||||
},
|
},
|
||||||
radius: {
|
radius: {
|
||||||
|
Reference in New Issue
Block a user