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-03-12 04:52:23 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-03-12 08:13:36 +0300
commit7f4530dad2ef5f9370f5c36261387be0127f02f6 (patch)
treeeda243f4d7e7520ecb2146bb2b57713b5a5a2756 /source/blender/editors/sculpt_paint/sculpt_intern.h
parent8125731caef79690dd25a839b1fc8ad48efac7d1 (diff)
Cleanup: incorrect doxy section title
Also correct typo.
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_intern.h')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h
index 16c2996e392..c323a4d744a 100644
--- a/source/blender/editors/sculpt_paint/sculpt_intern.h
+++ b/source/blender/editors/sculpt_paint/sculpt_intern.h
@@ -1254,7 +1254,7 @@ typedef struct FilterCache {
float *sharpen_factor;
float (*detail_directions)[3];
- /* Filter orientaiton. */
+ /* Filter orientation. */
SculptFilterOrientation orientation;
float obmat[4][4];
float obmat_inv[4][4];