Guys in Motion Graphics are having difficulty writing a MEL script (being that none of them are programmers). So I had a go at it but I'm having great difficulty because I don't know what a lot of the variables are and syntax etc.
Basically want to select keyframes of dagObjects with scale values at 0.001 or less, then changing the scale value to 0.
I tried assigning all dagObjects into an array, then trying to iterate through the array, but after that got lost.
Also, if this can be done in Python instead then that's fine.