Forged Alliance Forever Forged Alliance Forever Forums 2020-04-22T10:20:44+02:00 /feed.php?f=41&t=19119 2020-04-22T10:20:44+02:00 2020-04-22T10:20:44+02:00 /viewtopic.php?t=19119&p=183515#p183515 <![CDATA[Re: Using Blender 2.82 for Modeling?]]> Statistics: Posted by LJ_Pynn — 22 Apr 2020, 10:20


]]>
2020-04-22T09:34:25+02:00 2020-04-22T09:34:25+02:00 /viewtopic.php?t=19119&p=183514#p183514 <![CDATA[Re: Using Blender 2.82 for Modeling?]]>
I believe it is this thing: https://github.com/Exotic-Retard/SupCom ... lender2.80
Hopefully this works for you.

Statistics: Posted by biass — 22 Apr 2020, 09:34


]]>
2020-04-22T09:17:21+02:00 2020-04-22T09:17:21+02:00 /viewtopic.php?t=19119&p=183513#p183513 <![CDATA[Using Blender 2.82 for Modeling?]]>
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:
bl_info = {
    "name": "Supcom Importer",
    "author": "dan & Brent & Oygron",
    "version": (0,4,0),
    "blender": (2, 71, 0),
    "location": "File -> Import",


to:

Code:
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?

Statistics: Posted by LJ_Pynn — 22 Apr 2020, 09:17


]]>