During development of python scripts for Rhino I often want to reload my modules.
in Rhino7 I included _ResetEngine argument in the rhino command like so: runPythonScript _ResetEngine "C:/path/to/myscript.py"
Resetting the python engine enforced my modules to be reloaded
Is there a similar method to do this in rhino8?
Thanks,
Tim
N.B. I am not looking for a way to do this manually: from ScriptEditor run the Tools > Advanced > Reset Python 3 Runtime