Anybody seen a script that will Quantize keyframes int he graph editor.. Y'know just like in MIDI program. I've been scaling some keysaround and they always end up on flaoting point byframes and I just want an easy way to snap them al back to the nearest integer keyframe.
g
Started writing a script to do this, scroll down to some related commands .. and DOH! this is really simple.
snapKey object;
This will snap all keyframes on the object to nearest int value.
Do'H!!!!!!!!!
Didn't think to look.. ain't that easy
you can also just select all the keys in the graph, and if time snapping is on, just move them one frame forward, and then back again.
I think I like snapKey better .. I made it a MEL button one click fixer upper