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:
authorPablo Dobarro <pablodp606@gmail.com>2020-04-03 20:23:05 +0300
committerPablo Dobarro <pablodp606@gmail.com>2020-04-03 20:23:05 +0300
commit200cc531bd2b66f886c1399da0f48f99619d39a5 (patch)
treecaae815e28abce1e7c5736f713ca0160aa2f3142 /source/blender/editors/sculpt_paint/sculpt_intern.h
parentcfc8d73546239bf2e66f5ecf677374be4efb61ce (diff)
Cleanup: Missing clang format in previous commit
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_intern.h')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_intern.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h
index ba14c9ff011..7f926054ca7 100644
--- a/source/blender/editors/sculpt_paint/sculpt_intern.h
+++ b/source/blender/editors/sculpt_paint/sculpt_intern.h
@@ -154,7 +154,6 @@ bool SCULPT_vertex_any_face_set_visible_get(SculptSession *ss, int index);
void SCULPT_face_sets_visibility_invert(SculptSession *ss);
void SCULPT_face_sets_visibility_all_set(SculptSession *ss, bool visible);
-
/* Sculpt Original Data */
typedef struct {
struct BMLog *bm_log;
@@ -306,9 +305,6 @@ void SCULPT_relax_vertex(struct SculptSession *ss,
bool filter_boundary_face_sets,
float *r_final_pos);
-
-
-
/* Undo */
typedef enum {
@@ -760,7 +756,6 @@ bool SCULPT_get_redraw_rect(struct ARegion *region,
Object *ob,
rcti *rect);
-
/* Operators */
/* Face Sets */
@@ -769,5 +764,4 @@ void SCULPT_OT_face_sets_change_visibility(struct wmOperatorType *ot);
void SCULPT_OT_face_sets_init(struct wmOperatorType *ot);
void SCULPT_OT_face_sets_create(struct wmOperatorType *ot);
-
#endif