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.