Blender Git Commit Log
Git Commits -> Revision 7eecf77
Revision 7eecf77 by Richard Antalik (master) July 1, 2021, 21:38 (GMT) |
VSE: Fix handle size calculation Handle width calculation was incorrect in drawing code. This caused handles to be invisible when zoomed out. After fixing math, handles become too large, so now they are constrained to quarter of strip width, which feels more natural and represents clickable area more closely. `sequence_handle_size_get_clamped()` did not return size in pixels, but in 2D-View space, this comment was corrected. |
Commit Details:
Full Hash: 7eecf77f0b1c6475a88911b1f871775388026404
Parent Commit: fd1fec5
Lines Changed: +3, -3
1 Modified Path:
/source/blender/editors/space_sequencer/sequencer_draw.c (+3, -3) (Diff)