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:
Diffstat (limited to 'source/blender/gpencil_modifiers/intern/MOD_gpencilsmooth.c')
-rw-r--r--source/blender/gpencil_modifiers/intern/MOD_gpencilsmooth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/gpencil_modifiers/intern/MOD_gpencilsmooth.c b/source/blender/gpencil_modifiers/intern/MOD_gpencilsmooth.c
index b83c8ed98b1..182bd974959 100644
--- a/source/blender/gpencil_modifiers/intern/MOD_gpencilsmooth.c
+++ b/source/blender/gpencil_modifiers/intern/MOD_gpencilsmooth.c
@@ -24,7 +24,7 @@
*
*/
-/** \file blender/modifiers/intern/MOD_gpencilsmooth.c
+/** \file blender/gpencil_modifiers/intern/MOD_gpencilsmooth.c
* \ingroup modifiers
*/
@@ -114,7 +114,7 @@ static void deformStroke(
}
static void bakeModifier(
- struct Main *UNUSED(bmain), Depsgraph *depsgraph,
+ struct Main *UNUSED(bmain), Depsgraph *depsgraph,
GpencilModifierData *md, Object *ob)
{
bGPdata *gpd = ob->data;