Hello, I am writing myself a rudimentary but custom grasshopper plugin manager - accumulated too many plugins
i would like to know how grasshopper starts loading plugin files. Does it first look for ".gha"
files and then loads the rest? or does it also look for ".ghpy", ".py", ".ghuser",
etc. to know what to load?
I’m hoping to know which files to block in some way to prevent grasshopper from loading certain plugins at runtime
What about the folders? is it enough to parse Library, UserObjects, and Packages folders? Are there any other folders?