Nudge Keys Script

When you're working with stepped keys a cool tool to have is a 'nudge selected keys 1 frame left or right' script. I'm no complex MEL guy but here's the code you can slap onto a shelf button...

Nudge -1
keyframe -animation keys -option over -relative -timeChange (0 - 1) ;

Nudge +1
keyframe -animation keys -option over -relative -timeChange (0 + 1) ;

Comments

Popular posts from this blog

Maya A/B transform match script