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-07-11 08:28:20 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-11 08:31:36 +0300
commit2289e26fa306c3edc60a6b5b776646c6fd1c33dc (patch)
tree8abc629b9330c17af2627aa9b1ff42c5ed571785 /source/blender/gpencil_modifiers
parent0f201049b4b2011ab940a5689867e190930d561e (diff)
Cleanup: correct spelling in comments, remove profanity
Diffstat (limited to 'source/blender/gpencil_modifiers')
-rw-r--r--source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c b/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c
index 21007bab5d2..fcc44aab583 100644
--- a/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c
+++ b/source/blender/gpencil_modifiers/intern/MOD_gpencillineart.c
@@ -205,7 +205,7 @@ static void bakeModifier(Main *UNUSED(bmain),
}
if (!gpd->runtime.lineart_cache) {
- /* Only calculate for this modifer, thus no need to get maximum values from all line art
+ /* Only calculate for this modifier, thus no need to get maximum values from all line art
* modifiers in the stack. */
lmd->edge_types_override = lmd->edge_types;
lmd->level_end_override = lmd->level_end;