Cleanup: correct spelling in comments (check_spelling_*)

This commit is contained in:
Campbell Barton
2025-02-06 12:37:32 +11:00
parent f62e7c2ef5
commit 8e122ccc72
2 changed files with 3 additions and 2 deletions

View File

@@ -1724,8 +1724,8 @@ void ED_view3d_draw_offscreen(Depsgraph *depsgraph,
if (viewmat) {
/* WORKAROUND: Disable camera view to avoid EEVEE being confused and try to
* get the projection matrix from the camera.
* Set the `lens` parameter to 0 to make EEVEE prefer the winmat from the rv3d instead of
* trying to redirive it. Note that this produces incorrect result with overscan. */
* Set the `lens` parameter to 0 to make EEVEE prefer the `winmat` from the rv3d instead of
* trying to rederive it. Note that this produces incorrect result with over-scan. */
rv3d->persp = (winmat[3][3] == 0.0f) ? RV3D_PERSP : RV3D_ORTHO;
v3d->camera = nullptr;
v3d->lens = 0.0f;

View File

@@ -330,6 +330,7 @@ dict_custom = {
"recursing",
"recursivity",
"redefinitions",
"rederive",
"redisplay",
"redistributions",
"registerable",