Reloading application scripts

Is there any other way to reload the application scripts (pyhton init.py + script) instead of restarting visual components?
For testing scripts it’s a pretty inconvenient workflow.

Yes… You can drag and drop the init.py file into the 3D screen from the file explorer.

For example, drag and drop the attached file in the 3d screen and during the session it prints the selection as a hierarchical selection map.

Typically the init file stays quite simple so you don’t need to develope that so much… the command files (that are usually loaded in the init file) are automatically compiled when the command is executed if the file has been changed

Wow, this is supper cool!