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:
authorJoseph Eagar <joeedh@gmail.com>2021-12-20 22:30:29 +0300
committerJoseph Eagar <joeedh@gmail.com>2021-12-20 22:30:29 +0300
commit399f84d479ca16cc9d3368e17edb190bf9f07faf (patch)
tree74434f7f70a02bd327115519a7ff0f76e3fba3a4 /source/blender/editors/sculpt_paint
parentd93dd8595103ea0c0d483e90381f398bbeecf675 (diff)
Run clang-format
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/paint_intern.h2
-rw-r--r--source/blender/editors/sculpt_paint/sculpt.c1
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_brushes.c2
3 files changed, 1 insertions, 4 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_intern.h b/source/blender/editors/sculpt_paint/paint_intern.h
index 09ef1930736..09013ea00f4 100644
--- a/source/blender/editors/sculpt_paint/paint_intern.h
+++ b/source/blender/editors/sculpt_paint/paint_intern.h
@@ -25,9 +25,9 @@
#include "BKE_paint.h"
-#include "BLI_rect.h"
#include "BLI_compiler_compat.h"
#include "BLI_math.h"
+#include "BLI_rect.h"
#include "DNA_scene_types.h"
diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index 19189fdc6c9..ea13bb7adca 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -2775,7 +2775,6 @@ typedef struct {
bool original;
} SculptFindNearestToRayData;
-
ePaintSymmetryAreas SCULPT_get_vertex_symm_area(const float co[3])
{
ePaintSymmetryAreas symm_area = PAINT_SYMM_AREA_DEFAULT;
diff --git a/source/blender/editors/sculpt_paint/sculpt_brushes.c b/source/blender/editors/sculpt_paint/sculpt_brushes.c
index b0d4452c541..8842d93410c 100644
--- a/source/blender/editors/sculpt_paint/sculpt_brushes.c
+++ b/source/blender/editors/sculpt_paint/sculpt_brushes.c
@@ -293,7 +293,6 @@ static void sculpt_project_v3_normal_align(SculptSession *ss,
grab_delta, ss->cache->sculpt_normal_symm, (len_signed * normal_weight) * len_view_scale);
}
-
/* -------------------------------------------------------------------- */
/** \name Sculpt Draw Brush
* \{ */
@@ -2677,7 +2676,6 @@ void SCULPT_do_displacement_smear_brush(Sculpt *sd, Object *ob, PBVHNode **nodes
/** \} */
-
/* -------------------------------------------------------------------- */
/** \name Sculpt Topology Rake (Shared Utility)
* \{ */