When I first put the .py files into the add-ons folder, it said they needed to be updated to 2.8x. I am unfamiliar with the code used for these, so I just went in and changed this:
- Code: Select all
bl_info = {
"name": "Supcom Importer",
"author": "dan & Brent & Oygron",
"version": (0,4,0),
"blender": (2, 71, 0),
"location": "File -> Import",
to:
- Code: Select all
bl_info = {
"name": "Supcom Importer",
"author": "dan & Brent & Oygron",
"version": (0,4,0),
"blender": (2, 80, 0),
"location": "File -> Import",
That took away the update message it said when I tried to activate them, but then I was presented with the error message below. That goes a bit beyond my knowledge of all this. Is there anything I can do to get it to run on 2.82, or am I going to have to go download 1.71 and live with it?