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
Would it be possible to mimic in MayaSublime some of the REPL that exists in Maya's Script Editor?
For example, after first executing an assignment:
foo = 'bar'
then by highlighting and running only the "foo" part get:
'bar'
as the output/result, instead of having to do:
print(foo)
Cheers!
Lalo.
The text was updated successfully, but these errors were encountered:
Hi,
Would it be possible to mimic in MayaSublime some of the REPL that exists in Maya's Script Editor?
For example, after first executing an assignment:
foo = 'bar'
then by highlighting and running only the "foo" part get:
'bar'
as the output/result, instead of having to do:
print(foo)
Cheers!
Lalo.
The text was updated successfully, but these errors were encountered: