Blender Git Commit Log

Git Commits -> Revision 6086c31

Revision 6086c31 by Ton Roosendaal (master)
December 26, 2008, 18:15 (GMT)
2.5

Brought back 'smooth view'. Took some hours to untangle it all,
code was spread all over, instead of localized in 1 call. Tsk!
Still not perfect, but at least more in control. For the hackers;
check void smooth_view() in view3d_view.c, here all 3d view
stuff should be handled, so it can optionally use animating.

For the users: 'smooth view' now plays at a maximum of 30 hz,
and doesn't block anymore. So even slow animated views remain
responsive if you press many numpad keys.


Commit Details:

Full Hash: 6086c31fd3c0c008a2fd98314c57d7ffc5405e1d
SVN Revision: 18083
Parent Commit: ce733db
Lines Changed: +285, -297

8 Modified Paths:

/source/blender/blenloader/intern/readfile.c (+2, -0) (Diff)
/source/blender/editors/space_view3d/view3d_edit.c (+56, -111) (Diff)
/source/blender/editors/space_view3d/view3d_header.c (+6, -24) (Diff)
/source/blender/editors/space_view3d/view3d_intern.h (+3, -2) (Diff)
/source/blender/editors/space_view3d/view3d_ops.c (+3, -0) (Diff)
/source/blender/editors/space_view3d/view3d_view.c (+207, -159) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+6, -0) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+2, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021