GPencil: Cleanup commented lines from previous commit

This commit is contained in:
Antonio Vazquez 2019-06-27 23:28:44 +02:00
parent d06671b3d9
commit 5dd8c3f0cb
Notes: blender-bot 2023-02-14 10:11:49 +01:00
Referenced by issue #66263, bloom alpha in the final render is not working.
1 changed files with 1 additions and 8 deletions

View File

@ -1217,7 +1217,7 @@ static void gp_stroke_newfrombuffer(tGPsdata *p)
BKE_gpencil_smooth_stroke(gps, i, brush->gpencil_settings->draw_smoothfac - reduce);
BKE_gpencil_smooth_stroke_strength(gps, i, brush->gpencil_settings->draw_smoothfac);
}
reduce += 0.25f; // reduce the factor
reduce += 0.25f; /* reduce the factor */
}
}
/* smooth thickness */
@ -2393,11 +2393,6 @@ static void gpencil_draw_exit(bContext *C, wmOperator *op)
WM_cursor_modal_restore(CTX_wm_window(C));
}
else {
///* or restore paint if 3D view */
// if ((p) && (p->paintmode == GP_PAINTMODE_ERASER)) {
// WM_cursor_modal_set(p->win, CURSOR_STD);
//}
/* drawing batch cache is dirty now */
bGPdata *gpd = CTX_data_gpencil_data(C);
if (gpd) {
@ -2410,8 +2405,6 @@ static void gpencil_draw_exit(bContext *C, wmOperator *op)
gpencil_undo_finish();
/* cleanup */
// WM_cursor_modal_set(p->win, CURSOR_STD);
gp_paint_cleanup(p);
gp_session_cleanup(p);
ED_gpencil_toggle_brush_cursor(C, true, NULL);