System Information
Operating system: Darwin-15.6.0-x86_64-i386-64bit 64 Bits
Graphics card: Intel Iris Pro OpenGL Engine Intel Inc. 4.1 INTEL-10.14.74
Blender Version
Broken: version: 2.82 (sub 7), branch: master, commit date: 2020-02-12 16:20, hash: rB77d23b0bd76f
Worked: (optional)
Short description of error
Trying to test with ASE file from Adobe Color. I was busy as well making such an addon when noticed this one was released now with 2.82
First runs give me error about getting data but return key error. I noticed that somehow the files also show a single quote when importing them. These however dont show in my system?
File under OSX
File in blender now has single quote at the end?
Exact steps for others to reproduce the error
01 Enable addon in preferences
02 Download attached ase file from Adobe Color
03 Go to FIle > Import > Import ASE
04 See console log, error below
Traceback (most recent call last): File "/Applications/Blender-282/Blender.app/Contents/Resources/2.82/scripts/addons/io_import_palette/__init__.py", line 82, in execute return import_ase.load(context, self.properties.filepath) File "/Applications/Blender-282/Blender.app/Contents/Resources/2.82/scripts/addons/io_import_palette/../io_import_palette/import_ase.py", line 130, in load data = elm['data'] KeyError: 'data' location: <unknown location>:-1 location: <unknown location>:-1
After checking the data, it seems okay. This is what i get from print data out of that file. I did beautify it for readability
{'name': "Various'", 'type': 'Color Group', 'swatches': [ {'name': '', 'type': 'Process', 'data': {'mode': 'RGB', 'values': [ 0.949999988079071, 0.02850000001490116, 0.19744166731834412 ] } }, {'name': '', 'type': 'Process', 'data': {'mode': 'RGB', 'values': [ 0.028966667130589485, 0.010999999940395355, 0.550000011920929 ] } }, {'name': '', 'type': 'Process', 'data': {'mode': 'RGB', 'values': [ 0.017000000923871994, 0.2252500057220459, 0.8500000238418579 ] } }, {'name': '', 'type': 'Process', 'data': {'mode': 'RGB', 'values': [ 0.01899999938905239, 0.42243334650993347, 0.949999988079071 ] } }, {'name': '', 'type': 'Process', 'data': {'mode': 'RGB', 'values': [ 0.949999988079071, 0.01899999938905239, 0.01899999938905239 ] } } ] }