Closed TheGiddyLimit closed 1 year ago
This is required as when loading some importers (e.g. the Class Features importer), Plutonium eagerly pulls in side-data, and by extension, our addon data. This triggers a junk "could not import X because of bad requirements" message.
So this a pre-emptive feature for data that hasn't yet been converted?
Nope, it's to allow Plutonium to access stuff in the background (which it already does) without throwing random messages at the user
This is required as when loading some importers (e.g. the Class Features importer), Plutonium eagerly pulls in side-data, and by extension, our addon data. This triggers a junk "could not import X because of bad requirements" message.