This file contains 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
""" | |
Author: Randall Hess [email protected] | |
Purpose: Boilerplate UI Code for Maya | |
Created: 8/5/2018 | |
""" | |
import maya.cmds as cmds | |
import maya.OpenMayaUI as OpenMayaUI |
This file contains 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
""" | |
External Maya Client | |
This can be run outside of Maya | |
Use in idle or an IDE that can accept input. | |
""" | |
import socket | |
import logging |
OlderNewer