Created
August 29, 2015 11:26
-
-
Save SEVEZ/6f631829376be82e659e to your computer and use it in GitHub Desktop.
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
from pymel.core import * | |
for s in selected(): | |
so = PyNode( 'tinker_director_anim:' + s ) | |
connectAttr( so.t, s.t, f=1, l=0 ) | |
connectAttr( so.r, s.r, f=1, l=0 ) | |
connectAttr( so.s, s.s, f=1, l=0 ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment