From 5ac477805637f20b8ac5e742457fa8f304066d83 Mon Sep 17 00:00:00 2001 From: Valentin Date: Wed, 30 Sep 2020 20:09:02 +1000 Subject: Cleanup: convert gforge task ID's to phabricator format Cleanup old tracker task format to the new. e.g: [#34039] to T34039 Ref D8718 --- source/blender/editors/space_view3d/view3d_draw.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/space_view3d/view3d_draw.c') diff --git a/source/blender/editors/space_view3d/view3d_draw.c b/source/blender/editors/space_view3d/view3d_draw.c index 77abcdefdc4..280f624acf2 100644 --- a/source/blender/editors/space_view3d/view3d_draw.c +++ b/source/blender/editors/space_view3d/view3d_draw.c @@ -168,7 +168,7 @@ void ED_view3d_update_viewmat(Depsgraph *depsgraph, /* calculate pixelsize factor once, is used for lights and obcenters */ { /* note: '1.0f / len_v3(v1)' replaced 'len_v3(rv3d->viewmat[0])' - * because of float point precision problems at large values [#23908] */ + * because of float point precision problems at large values T23908. */ float v1[3], v2[3]; float len_px, len_sc; @@ -2258,7 +2258,7 @@ void view3d_update_depths_rect(ARegion *region, ViewDepths *d, rcti *rect) } } -/* Note, with nouveau drivers the glReadPixels() is very slow. [#24339]. */ +/* Note, with nouveau drivers the glReadPixels() is very slow. T24339. */ void ED_view3d_depth_update(ARegion *region) { RegionView3D *rv3d = region->regiondata; -- cgit v1.2.3