From c8f8c1dc719fdf2c26b4a0295d9227bc82299b1c Mon Sep 17 00:00:00 2001 From: Mike Molinari Date: Wed, 26 Oct 2022 19:49:05 +0000 Subject: [PATCH] remove optional plane texture input field. --- .../modeler/features/plane/simplePlaneOperation.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/workbenches/modeler/features/plane/simplePlaneOperation.ts b/modules/workbenches/modeler/features/plane/simplePlaneOperation.ts index 675c6815..3b10c407 100644 --- a/modules/workbenches/modeler/features/plane/simplePlaneOperation.ts +++ b/modules/workbenches/modeler/features/plane/simplePlaneOperation.ts @@ -98,13 +98,13 @@ export default { name: 'depth', defaultValue: 0, }, - { - type: 'file', - name: 'image', - optional: true, - label: 'Optional Image', + // { + // type: 'file', + // name: 'image', + // optional: true, + // label: 'Optional Image', - }, + // }, ], };