Skip to content

Commit 2abb163

Browse files
committed
delete enum from example
1 parent 2d095a8 commit 2abb163

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

Exporter/Blender/gpmesh_export.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -235,16 +235,6 @@ class ExportGPMESH(Operator, ExportHelper):
235235
default=True
236236
)
237237

238-
type: EnumProperty(
239-
name="Example Enum",
240-
description="Choose between two items",
241-
items=(
242-
('OPT_A', "First Option", "Description one"),
243-
('OPT_B', "Second Option", "Description two"),
244-
),
245-
default='OPT_A',
246-
)
247-
248238
def execute(self, context):
249239
return write_to_disk(context, self.filepath, self.export_gpmesh, self.export_gpskel, self.export_gpanim)
250240

0 commit comments

Comments
 (0)