Skip to content

Instantly share code, notes, and snippets.

View LukAlves's full-sized avatar

Lucas Alves LukAlves

View GitHub Profile
@theodox
theodox / xform.py
Created March 11, 2014 21:52
Exposes the xform class: a simple way to set maya position, rotation and similar properties with point notation.
'''
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]