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>2015-07-16 21:26:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-07-16 21:26:17 +0300
commit40936307dd3adf8df11301871aa49f2949b069da (patch)
tree81027984709101437cae76842627c1931e746d47 /source/blender/blenkernel/intern/subsurf_ccg.c
parent67acde92bbfa23dae75ce29dd6ef795a040a360c (diff)
Remove MTFace DM_paint_uvlayer_active_get func
Diffstat (limited to 'source/blender/blenkernel/intern/subsurf_ccg.c')
-rw-r--r--source/blender/blenkernel/intern/subsurf_ccg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/subsurf_ccg.c b/source/blender/blenkernel/intern/subsurf_ccg.c
index 4bc6f62901d..159e26ba869 100644
--- a/source/blender/blenkernel/intern/subsurf_ccg.c
+++ b/source/blender/blenkernel/intern/subsurf_ccg.c
@@ -2050,7 +2050,7 @@ static void ccgDM_buffer_copy_uv_texpaint(
mloopuv_base = MEM_mallocN(totmaterial * sizeof(*mloopuv_base), "texslots");
for (i = 0; i < totmaterial; i++) {
- mloopuv_base[i] = DM_paint_uvlayer_active_get_mloopuv(dm, i);
+ mloopuv_base[i] = DM_paint_uvlayer_active_get(dm, i);
}
stencil = CustomData_get_stencil_layer(&dm->loopData, CD_MLOOPUV);