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>2012-01-17 21:14:23 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-01-17 21:14:23 +0400
commitebfafc77ebf8c4059a281bd9b12b879253c85549 (patch)
treed4b8a9665bce56a05d2bf11fdc0b5ef2bd93e764 /source/blender/editors/sculpt_paint/sculpt_uv.c
parenta8081c1d2bb9115833493b011bb93d6c08112b2d (diff)
fix for error in merge 43462
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_uv.c')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_uv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_uv.c b/source/blender/editors/sculpt_paint/sculpt_uv.c
index 229ef10159e..4023797b11a 100644
--- a/source/blender/editors/sculpt_paint/sculpt_uv.c
+++ b/source/blender/editors/sculpt_paint/sculpt_uv.c
@@ -634,14 +634,12 @@ static UvSculptData *uv_sculpt_stroke_init(bContext *C, wmOperator *op, wmEvent
/* Allocate initial selection for grab tool */
if(ts->uv_sculpt_tool == UV_SCULPT_TOOL_GRAB){
float radius, radius_root;
- unsigned int tool;
UvSculptData *sculptdata = (UvSculptData *)op->customdata;
SpaceImage *sima;
int width, height;
float aspectRatio;
float alpha, zoomx, zoomy;
Brush *brush = paint_brush(sculptdata->uvsculpt);
- tool = CTX_data_scene(C)->toolsettings->uv_sculpt_tool;
alpha = brush_alpha(scene, brush);