From dc4feed59dda2b2b346136d369ce70e1756e87c3 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Wed, 2 Dec 2020 18:16:04 -0500 Subject: Cleanup: view-port --> 2D/3D Viewport --- source/blender/makesdna/DNA_meshdata_types.h | 2 +- source/blender/makesdna/DNA_vfont_types.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h index b2f8d845815..780115a31be 100644 --- a/source/blender/makesdna/DNA_meshdata_types.h +++ b/source/blender/makesdna/DNA_meshdata_types.h @@ -340,7 +340,7 @@ enum { }; /** - * \note While alpha is currently is not in the view-port, + * \note While alpha is not currently in the 3D Viewport, * this may eventually be added back, keep this value set to 255. */ typedef struct MLoopCol { diff --git a/source/blender/makesdna/DNA_vfont_types.h b/source/blender/makesdna/DNA_vfont_types.h index 6f0820ff62c..bc1a71102da 100644 --- a/source/blender/makesdna/DNA_vfont_types.h +++ b/source/blender/makesdna/DNA_vfont_types.h @@ -20,7 +20,7 @@ /** \file * \ingroup DNA * - * Vector Fonts used for text in the 3D view-port + * Vector Fonts used for text in the 3D Viewport * (unrelated to text used to render the GUI). */ -- cgit v1.2.3