hi! thanks for all you've done and the help you're giving!
i'm trying to get this to run on my macbook, but having problems. here's what i've done:
i installed blender 2.8;
i downloaded the zip file, of master, from https://github.com/Dasoccerguy/io_kspblender;
in blender i did edit->preferences->add-ons then installed the zip;
i configured the gamedata path to /Applications/KSP_osx
then, i have the import KSP craft and import KSP mu menu items! great!
however, when i try to import a craft, i get an error (sorry, i literally can't figure out how to paste a screenshot) in model.py line 48
obj = mdl.instantiate(f"{name}:submodel", position, rotation, scale)
AttributeError: 'NoneType' object has no attribute 'instantiate'
location: <unknown location>:-1
does anybody have any ideas, please?