Closed MartijnKaijser closed 7 years ago
So should we do a minimal startup/main.py in the main folder and then just call an entry point in the resource/lib folder? Does this make sense for all addon types? Even contextmenus?
any file that could become quite big. Not sure where we should put the threshold
Let's just default to that, for every type that can set a *.py file to be called via addon.xml
To get best speed the default python file should be bare minimal and then call the main file from that. Reason is the main referenced one isn't kept compiled while the others are kept compiled