You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...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 definedhello
After having run import sys in ST3, the streaming feature works.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: