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>2017-10-02 04:18:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-10-02 14:07:57 +0300
commit1cfee604193bed201ea2003c1f86b30da3b4035f (patch)
tree71e1960f57daec1c46a16c2762c83212d3784f58 /source/blender/editors/sculpt_paint/sculpt_intern.h
parent2a744a9f2edefc3a7f67e297d4ea2f99868169ab (diff)
Cleanup: add 'sphere' to sculpt test function name
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, 3 insertions, 3 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_intern.h b/source/blender/editors/sculpt_paint/sculpt_intern.h
index 27d8fbaa340..05b33517a35 100644
--- a/source/blender/editors/sculpt_paint/sculpt_intern.h
+++ b/source/blender/editors/sculpt_paint/sculpt_intern.h
@@ -193,9 +193,9 @@ typedef struct {
} SculptSearchSphereData;
void sculpt_brush_test_init(struct SculptSession *ss, SculptBrushTest *test);
-bool sculpt_brush_test(SculptBrushTest *test, const float co[3]);
-bool sculpt_brush_test_sq(SculptBrushTest *test, const float co[3]);
-bool sculpt_brush_test_fast(const SculptBrushTest *test, const float co[3]);
+bool sculpt_brush_test_sphere(SculptBrushTest *test, const float co[3]);
+bool sculpt_brush_test_sphere_sq(SculptBrushTest *test, const float co[3]);
+bool sculpt_brush_test_sphere_fast(const SculptBrushTest *test, const float co[3]);
bool sculpt_brush_test_cube(SculptBrushTest *test, const float co[3], float local[4][4]);
bool sculpt_search_sphere_cb(PBVHNode *node, void *data_v);
float tex_strength(