Blender Git Loki
Git Commits -> Revision b482b85
Revision b482b85 by Joshua Leung (master) February 12, 2010, 00:44 (GMT) |
Bugfix #21051: Restored 'Playback FPS' This commit restores the 'Playback FPS' option which showed an indicator of the frame rate of animation playback in the 3D-View. The info for this is now stored in a temp struct in scene data, with the status info being updated by the "animation step" operator instead of relying on globals as the old code did. This seems a lot more stable than in 2.49, but the accuracy is still questionable. |
Commit Details:
Full Hash: b482b8543eb10102c6c09756e08977a3b69ff633
SVN Revision: 26826
Parent Commit: f0e873c
Lines Changed: +117, -4
9 Modified Paths:
/source/blender/blenkernel/intern/scene.c (+3, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/editors/include/ED_screen.h (+2, -0) (Diff)
/source/blender/editors/include/ED_screen_types.h (+17, -0) (Diff)
/source/blender/editors/screen/screen_edit.c (+26, -0) (Diff)
/source/blender/editors/screen/screen_ops.c (+7, -2) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+2, -0) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+57, -2) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+2, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+1, -0) (Diff)
/source/blender/editors/include/ED_screen.h (+2, -0) (Diff)
/source/blender/editors/include/ED_screen_types.h (+17, -0) (Diff)
/source/blender/editors/screen/screen_edit.c (+26, -0) (Diff)
/source/blender/editors/screen/screen_ops.c (+7, -2) (Diff)
/source/blender/editors/space_view3d/space_view3d.c (+2, -0) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+57, -2) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+2, -0) (Diff)