Hi, in the new ScriptEditor in Rhino 8 how do I make it use the last saved imported version of another script?
Here is the main python script:
And here is the updated test tool:
When I run the Test import tool.py I get the last value for the print command in TestTools:
“TOOL_A working”
TestTool is saved of course, so I just need to reimport it, or refresh the import.
Or isn’t this how to do this? I have never tried to import another python script before.


