DarklightGames / io_scene_ase

A Blender add-on for exporting ASCII Scene Export (ASE) files
GNU General Public License v3.0
13 stars 3 forks source link

Error during export and missing units setting #2

Closed shiftycats closed 3 years ago

shiftycats commented 3 years ago

Blender version: 2.93.1

Plugin throws an error during export. The "Meters/Unreal" setting has disappeared from the UI as well:

exporter-settings

Replication steps

Select mesh object > Hit Export ASE in the exporter window.

Log

Python: Traceback (most recent call last):
  File "C:\Users\fooly\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\io_scene_ase\exporter.py", line 39, in execute
    options.scale = self.units_scale[self.units]
KeyError: <_PropertyDeferred, <built-in function EnumProperty>, {'items': (('M', 'Meters', ''), ('U', 'Unreal', '')), 'name': 'Units'}>

location: <unknown location>:-1
cmbasnett commented 3 years ago

Fixed in 1.0.2.