Last active
July 13, 2019 02:32
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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