-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
Description
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.
Reactions are currently unavailable