Blender Git Loki
Git Commits -> Revision 51be0a7
Revision 51be0a7 by Sergey Sharybin (master) July 30, 2019, 11:00 (GMT) |
Tracking: Fix wrong usage of draw buffers Curve drawing was attempting to draw reprojection error curve when it was not visible. Worst thing is that the imm was not informed about vertices, so the code was causing an assert in debug mode. Probably, it is also what have caused random crashes after recent changes. |
Commit Details:
Full Hash: 51be0a765e44512dbc2b89ff9c3f8b225f7b7565
Parent Commit: edb3b7a
Lines Changed: +5, -1
1 Modified Path:
/source/blender/editors/space_clip/clip_graph_draw.c (+5, -1) (Diff)