ka23ppa3

Results 3 comments of ka23ppa3

I think you mean files.exclude, which seems to work for folders too. I created exclusion for ```**/addons/pythonscript``` everywhere it was possible and as result this folder disappeared from project view...

When you trying firstly to make refactor in python script you getting popup request to install some "rope"-called python package and only after it installed you can make refactor. I...

Okay, I see that ResourcesLoader.load create object of type GDScript when you trying to load gd-script, which have API for reflection call, so I changed my code to ``` from...