Skip to content

Instantly share code, notes, and snippets.

@SEVEZ
Last active July 13, 2019 02:32
Show Gist options
  • Save SEVEZ/bc7c79b542e6b95047dc689b868cbbe7 to your computer and use it in GitHub Desktop.
Save SEVEZ/bc7c79b542e6b95047dc689b868cbbe7 to your computer and use it in GitHub Desktop.
Output python prints drectly into console window. Even if Maya freezes console always works #Util
import sys
sys.stdout = sys.__stdout__
dir(sys.stdout)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment