From 9396e11180fbdc380f06dbd4c696a9c39ff32ec9 Mon Sep 17 00:00:00 2001 From: Mai Lavelle Date: Sun, 14 Aug 2016 12:41:45 -0400 Subject: Cycles microdisplacement: Move call to tessellate() from addon to Cycles By calling `tessellate()` from the mesh manager in Cycles we can do pre/post processing or even threaded tessellation without concerning client side code with the details. --- intern/cycles/subd/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'intern/cycles/subd') diff --git a/intern/cycles/subd/CMakeLists.txt b/intern/cycles/subd/CMakeLists.txt index 9265299e82b..dafb807bdf3 100644 --- a/intern/cycles/subd/CMakeLists.txt +++ b/intern/cycles/subd/CMakeLists.txt @@ -22,6 +22,7 @@ set(SRC set(SRC_HEADERS subd_dice.h subd_patch.h + subd_patch_table.h subd_split.h ) -- cgit v1.2.3