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
    
  
  
    
  | ''' | |
| xform.py | |
| Exposes the xform class: a simple way to set maya position, rotation and similar properties with point notation. | |
| from xform import Xform | |
| example = Xform('pCube1') | |
| print example.translation | |
| # [0,0,0] |