Index: source/blender/editors/sculpt_paint/paint_image_proj.c =================================================================== --- source/blender/editors/sculpt_paint/paint_image_proj.c (révision 55568) +++ source/blender/editors/sculpt_paint/paint_image_proj.c (copie de travail) @@ -3014,13 +3014,14 @@ ps->screenMin[1] -= projMargin; if (ps->source == PROJ_SRC_VIEW) { +/* #ifdef PROJ_DEBUG_WINCLIP CLAMP(ps->screenMin[0], (float)(-diameter), (float)(ps->winx + diameter)); CLAMP(ps->screenMax[0], (float)(-diameter), (float)(ps->winx + diameter)); CLAMP(ps->screenMin[1], (float)(-diameter), (float)(ps->winy + diameter)); CLAMP(ps->screenMax[1], (float)(-diameter), (float)(ps->winy + diameter)); -#endif +#endif */ } else { /* re-projection, use bounds */ ps->screenMin[0] = 0;