Blender Git Commit Log

Git Commits -> Revision 5f5ddb0

Revision 5f5ddb0 by Joshua Leung (master)
July 8, 2009, 12:30 (GMT)
NLA SoC: Little optimisation + Drawing bugfix

* Text labels on NLA-Strips should now draw properly for most short-strips now. Previously, the padding on the text was a bit too extreme, so for very short strips (less than 4 frames or so), the text was often pushed down into the bottom-right corner of view.

* Optimised the keyframe-highlighting code for buttons a bit. Replaced the custom linear-search with the binary-search used when inserting keyframes (and for the 3d-view keyframe-indicator). There should be some theoretical improvements due to this at least...

Commit Details:

Full Hash: 5f5ddb00146884d28414811bc92311af56d55904
SVN Revision: 21426
Parent Commit: 6659381
Lines Changed: +43, -39

6 Modified Paths:

/source/blender/blenkernel/BKE_fcurve.h (+0, -3) (Diff)
/source/blender/blenkernel/intern/fcurve.c (+0, -14) (Diff)
/source/blender/editors/animation/keyframing.c (+27, -14) (Diff)
/source/blender/editors/include/ED_keyframing.h (+5, -0) (Diff)
/source/blender/editors/interface/interface_anim.c (+3, -1) (Diff)
/source/blender/editors/space_nla/nla_draw.c (+8, -7) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021