Replaces the `FPS` macro with `scene->frames_per_second()`. The macro has two major issues: * It hides that it depends on a `Scene *` variable named `scene`. * It makes debugging harder. This is now replaced with a member function on the scene. Pull Request: https://projects.blender.org/blender/blender/pulls/144127