Blender Git Commit Log
Git Commits -> Revision 071007e
Revision 071007e by Pablo Vazquez (master) August 27, 2021, 17:49 (GMT) |
UI: Fix summary overlay wrong range and overlap in Dopesheet The overlay was drawn twice on top of each other making it hard to see, hard to theme, and making it more prominent in the wrong areas (before frame 0, not even start frame). The comment in the code was also wrong since it said "frame one" but it was 0. Checked with the Animation module team that it's better to use start/end frame range instead of frame 0. There is a TODO note to de-duplicate this section eventually so I left it there. This fix is currently done for Grease Pencil and Mask modes, but it should also be fixed for the regular Dopesheet mode (in line 244 if anyone wants to do it). |
Commit Details:
Full Hash: 071007e0eff9dd474f4a3d1f479649242be22717
Parent Commit: 8b9a3b9
Lines Changed: +14, -10
1 Modified Path:
/source/blender/editors/space_action/action_draw.c (+14, -10) (Diff)