8.11.24254.15001, 2024-09-10
Save a script such as
#! python3
print("Hello, World!")
When executed from the Script Editor, Hello, World!
is printed to both the Script Editor’s Terminal and Rhino’s Command History.
However, running the script by
_-ScriptEditor _Run _Browse (or enter the path),
nothing is printed to the Command History.
This also occurs with IronPython and C# scripts.
Scripts with SetCommandPrompt still display their prompts to the Command History.