From 25502a9bdcb74f5a9363a44dac18726f0c15c669 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 12 Mar 2018 14:51:45 +1100 Subject: Cleanup: sync EDBM_uv_* functions w/ 2.8 They're nearly the same, so keep names matching to avoid conflicts. --- source/blender/editors/sculpt_paint/sculpt_uv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/sculpt_paint') diff --git a/source/blender/editors/sculpt_paint/sculpt_uv.c b/source/blender/editors/sculpt_paint/sculpt_uv.c index 7b636530d61..e39750227c0 100644 --- a/source/blender/editors/sculpt_paint/sculpt_uv.c +++ b/source/blender/editors/sculpt_paint/sculpt_uv.c @@ -173,7 +173,7 @@ static int uv_sculpt_brush_poll_do(bContext *C, const bool check_region) } em = BKE_editmesh_from_object(obedit); - ret = EDBM_mtexpoly_check(em); + ret = EDBM_uv_check(em); if (ret) { ARegion *ar = CTX_wm_region(C); -- cgit v1.2.3