Updated clip_utils.c
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
| source/blender/editors/space_clip/clip_utils.c | ||
|---|---|---|
| 254 | This line is black instead of green. Pull these lines down so they affect the bound shader: /* Draw a light green line to indicate current frame */ UI_ThemeColor(TH_CFRAME); Just change UI_ThemeColor to immUniformThemeColor. | |
| 295 | fdrawline below can also be updated. immBegin(GL_LINES, 4) ... Keep GPU_SHADER_2D_UNIFORM_COLOR bound, just update the color with immUniformThemeColorShade. Also noticed these lines need a glLineWidth(1.0f). | |