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 <campbell@blender.org>2022-08-17 05:57:17 +0300
committerCampbell Barton <campbell@blender.org>2022-08-17 05:57:30 +0300
commit54827bb7cd8bd060a9588b5b0e01eec887c6a971 (patch)
treebda7906e5e4a94cd030909cbc306b27eb66154a3
parent2481be90e38d36abc06501c395105fa1833baf1c (diff)
Cleanup: shadow warning
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_uv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_uv.c b/source/blender/editors/sculpt_paint/sculpt_uv.c
index c98e493ca4a..8b9776cf94d 100644
--- a/source/blender/editors/sculpt_paint/sculpt_uv.c
+++ b/source/blender/editors/sculpt_paint/sculpt_uv.c
@@ -582,7 +582,6 @@ static void uv_sculpt_stroke_apply(bContext *C,
copy_v2_v2(luv->uv, sculptdata->uv[uvindex].uv);
}
}
- SpaceImage *sima = CTX_wm_space_image(C);
if (sima->flag & SI_LIVE_UNWRAP) {
ED_uvedit_live_unwrap_re_solve();
}