Fix for bug #2 (missing unit settings on export in Blender 2.93)

This commit is contained in:
Colin Basnett
2021-08-23 23:22:37 -07:00
parent 283a44aec5
commit dcd8c3ea65

View File

@@ -19,7 +19,7 @@ class ASE_OT_ExportOperator(bpy.types.Operator, bpy_extras.io_utils.ExportHelper
maxlen=255, # Max internal buffer length, longer would be hilighted. maxlen=255, # Max internal buffer length, longer would be hilighted.
) )
units = EnumProperty( units: EnumProperty(
items=(('M', 'Meters', ''), items=(('M', 'Meters', ''),
('U', 'Unreal', '')), ('U', 'Unreal', '')),
name='Units' name='Units'