- Edited
I thought a little hint that isn't included that as made a world of difference in scripting speed. Using ffmpeg to render key frames(i-frames) before hand. Yes this explodes the movie file size and you have to wait for ffmpeg to process. But for OFS at least I don't have to wait for the computer to render the frame speeding up time when placing points frame by frame. I also hear it increases your accuracy as the render is identical every time instead of slightly different depending on your computer. A neat little program called funexpander includes an option to run ffmpeg to render key frames and output it to a new file. You can also cut the frames to 30 fps also speeding up scripting but at a cost of slightly reduced accuracy.