...but nothing new was seen in the ST3 console and in the Maya script editor I saw this:
# Traceback (most recent call last):
# File "<string>", line 17, in <module>
# File "<string>", line 1, in <module>
# File "<string>", line 25, in _MayaSublime_streamScriptEditor
# NameError: global name 'sys' is not defined
hello
After having run import sys in ST3, the streaming feature works.
Wow I dont know how this got past myself a two other people testing it. Must have been luck that the environment already had the module. I will fix it and tag patch release.
I just tried out the new streaming script editor feature (output shown in ST3 console). I simply changed the prefs to say
...and then in Maya, I ran
From ST3, I executed
...but nothing new was seen in the ST3 console and in the Maya script editor I saw this:
After having run
import sys
in ST3, the streaming feature works.