Cleanup of Extrude command form fields remving commented sections that are no longer used.

This commit is contained in:
Mike Molinari 2022-03-19 04:00:17 +00:00 committed by Val Erastov
parent 2e59beef3c
commit 57c9065277

View file

@ -103,9 +103,6 @@ export const ExtrudeOperation: OperationDescriptor<ExtrudeParams> = {
name: 'doubleSided',
defaultValue: false,
},
{
type: 'selection',
name: 'face',
@ -117,19 +114,6 @@ export const ExtrudeOperation: OperationDescriptor<ExtrudeParams> = {
preselectionIndex: 0
},
},
// {
// type: 'vector',
// name: 'direction',
// label: 'direction'
// },
// {
// type: 'boolean',
// name: 'boolean',
// label: 'boolean',
// defaultValue: {
// implyItFromField: 'face'
// }
// },
{
type: 'direction',
name: 'direction',