Blender Git Loki
Git Commits -> Revision 895fa8b
Revision 895fa8b by Sybren A. Stüvel (master) January 26, 2015, 13:49 (GMT) |
Timeline: Draw keyframe lines at 60% height This patch updates the timeline editor. Ordinarily, it draws the yellow keyframe lines at 100% of the available height. This becomes an issue when there are keyframes for every frame, which can happen when importing motion capture data or recording animations from the BGE. In such cases, the green "current frame" indicator becomes very hard to see. This patch restricts the drawing to the bottom 60% of the available space, thereby making the "current frame" indicator more visible. Reviewers: aligorith Reviewed By: aligorith Subscribers: Severin Projects: #bf_blender Differential Revision: https://developer.blender.org/D1033 |
Commit Details:
Full Hash: 895fa8bc791d8c7a87e185b058a7ee647f64d48f
Parent Commit: 6f2034c
Lines Changed: +5, -3
1 Modified Path:
/source/blender/editors/space_time/space_time.c (+5, -3) (Diff)