cwisbg

offsetMotionPathKeys

Feb 2nd, 2021
1,480
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. from pymel.core import *
  2. sl = selected()
  3. offset = 10
  4. offsetApply = 0
  5. for s in sl:
  6.     keyframe(s+".uValue",iub=1,r=1, o ="over", tc=offsetApply)
  7.     offsetApply += offset
  8.  
Advertisement
Add Comment
Please, Sign In to add comment