Hello all! Been trying to get this add-on working in Blender with little success. Overcame the first batch of errors by retrieving these updated files, (thanks so much) yet I still have a stumbling block: When trying to import a .craft, I get the following error:
The offending function and import call:
def execute(self, context):
from . import import_craft
keywords = self.as_keywords (ignore=("filter_glob",))
return import_craft.import_craft(self,context,**keywords)
I'm not sure how to fix this problem as it has been sometime since I have been coding in Python (or at all for that matter!)