Skip to content

Instantly share code, notes, and snippets.

@SEVEZ
Created August 29, 2015 11:26
Show Gist options
  • Save SEVEZ/6f631829376be82e659e to your computer and use it in GitHub Desktop.
Save SEVEZ/6f631829376be82e659e to your computer and use it in GitHub Desktop.
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