Blender Git Commit Log

Git Commits -> Revision f66ae0d

Revision f66ae0d by Joshua Leung (master)
October 2, 2008, 08:39 (GMT)
Keyframe Checking (i.e. does given frame have a keyframe) is now implemented in the keyframing api.

Replaced the method used in to check if there's a keyframe on the current frame, when drawing the active object name / frame number info with this new code.
- It should in theory be faster than the previous code, as it doesn't have to build an entire list everytime of all keyframes, and also uses more efficient search method.
- Added some settings to control what sources of animation data are used (per 3d-view). Can be found in the View Properties panel.

This should be stable... release builders should ignore this commit for now (to avoid having differences between release candidates).

Commit Details:

Full Hash: f66ae0dacac7fa1b65253725f48414a7378b559f
SVN Revision: 16880
Parent Commit: 7e704c8
Lines Changed: +257, -115

5 Modified Paths:

/source/blender/include/BIF_keyframing.h (+17, -7) (Diff)
/source/blender/makesdna/DNA_view3d_types.h (+1, -1) (Diff)
/source/blender/src/drawtime.c (+15, -9) (Diff)
/source/blender/src/drawview.c (+22, -88) (Diff)
/source/blender/src/keyframing.c (+202, -10) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021