Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-06-02 10:04:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-06-02 10:04:57 +0300
commitb5a883fef980208298fbcaaca04732b58458b3b8 (patch)
treeb7d2610f43c2eee65bc6c5b2c239b83ded1c82b3 /source/blender/draw/intern/draw_cache_extract_mesh_extractors.c
parent711ddea60e3d0985d6d7c44024debb72fbae985d (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/draw/intern/draw_cache_extract_mesh_extractors.c')
-rw-r--r--source/blender/draw/intern/draw_cache_extract_mesh_extractors.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/source/blender/draw/intern/draw_cache_extract_mesh_extractors.c b/source/blender/draw/intern/draw_cache_extract_mesh_extractors.c
index 324ebd2ec38..489974a79da 100644
--- a/source/blender/draw/intern/draw_cache_extract_mesh_extractors.c
+++ b/source/blender/draw/intern/draw_cache_extract_mesh_extractors.c
@@ -549,7 +549,7 @@ const MeshExtract extract_points = {.init = extract_points_init,
/** \} */
/* ---------------------------------------------------------------------- */
-/** \name Extract Facedots Indices
+/** \name Extract Face-dots Indices
* \{ */
static void *extract_fdots_init(const MeshRenderData *mr,
@@ -1098,7 +1098,7 @@ const MeshExtract extract_edituv_points = {
/** \} */
/* ---------------------------------------------------------------------- */
-/** \name Extract Edit UV Facedots Indices
+/** \name Extract Edit UV Face-dots Indices
* \{ */
static void *extract_edituv_fdots_init(const MeshRenderData *mr,
@@ -4044,7 +4044,7 @@ const MeshExtract extract_mesh_analysis = {
/** \} */
/* ---------------------------------------------------------------------- */
-/** \name Extract Facedots positions
+/** \name Extract Face-dots positions
* \{ */
static void *extract_fdots_pos_init(const MeshRenderData *mr,
@@ -4124,7 +4124,7 @@ const MeshExtract extract_fdots_pos = {
/** \} */
/* ---------------------------------------------------------------------- */
-/** \name Extract Facedots Normal and edit flag
+/** \name Extract Face-dots Normal and edit flag
* \{ */
#define NOR_AND_FLAG_DEFAULT 0
#define NOR_AND_FLAG_SELECT 1
@@ -4206,7 +4206,7 @@ const MeshExtract extract_fdots_nor = {
/** \} */
/* ---------------------------------------------------------------------- */
-/** \name Extract Facedots High Quality Normal and edit flag
+/** \name Extract Face-dots High Quality Normal and edit flag
* \{ */
static void *extract_fdots_nor_hq_init(const MeshRenderData *mr,
struct MeshBatchCache *UNUSED(cache),
@@ -4283,7 +4283,7 @@ const MeshExtract extract_fdots_nor_hq = {
/** \} */
/* ---------------------------------------------------------------------- */
-/** \name Extract Facedots UV
+/** \name Extract Face-dots UV
* \{ */
typedef struct MeshExtract_FdotUV_Data {
@@ -4382,7 +4382,7 @@ const MeshExtract extract_fdots_uv = {
/** \} */
/* ---------------------------------------------------------------------- */
-/** \name Extract Facedots Edit UV flag
+/** \name Extract Face-dots Edit UV flag
* \{ */
typedef struct MeshExtract_EditUVFdotData_Data {
@@ -4745,4 +4745,4 @@ const MeshExtract extract_fdot_idx = {
.iter_poly_mesh = extract_fdot_idx_iter_poly_mesh,
.data_type = 0,
.use_threading = true,
- .mesh_buffer_offset = offsetof(MeshBufferCache, vbo.fdot_idx)}; \ No newline at end of file
+ .mesh_buffer_offset = offsetof(MeshBufferCache, vbo.fdot_idx)};