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:
authorAntony Riakiotakis <kalast@gmail.com>2014-12-29 13:01:10 +0300
committerAntony Riakiotakis <kalast@gmail.com>2014-12-29 13:01:10 +0300
commit936604e80104c8f93f5220294c6475a026578ba2 (patch)
tree1040031ecf18ac307637a2408744bc8c4ab4288b /source/blender/blenkernel/BKE_paint.h
parent4088fad6dd3fbf3d032c8635f3e87cc055a1b9c0 (diff)
Cleanup: get rid of sculpt minmax and reuse last stroke function (code
did that anyway, just kept the result in an intermediate variable)
Diffstat (limited to 'source/blender/blenkernel/BKE_paint.h')
-rw-r--r--source/blender/blenkernel/BKE_paint.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_paint.h b/source/blender/blenkernel/BKE_paint.h
index 8cf6fdcfeea..ff1305b9182 100644
--- a/source/blender/blenkernel/BKE_paint.h
+++ b/source/blender/blenkernel/BKE_paint.h
@@ -194,7 +194,6 @@ typedef struct SculptSession {
/* last paint/sculpt stroke location */
bool last_stroke_valid;
- float last_stroke[3];
float average_stroke_accum[3];
int average_stroke_counter;