From e0597baed57fa7a9dfaf6dff6d0fa120784d21ea Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 7 Feb 2018 14:44:59 +0100 Subject: Remove Carve boolean We've got quite comprehensive BMesh based implementation, which is way easier for maintenance than abandoned Carve library. After all the time BMesh implementation was working on the same level of limitations about manifold meshes and touching edges than Carve. Is better to focus on maintaining one boolean implementation now. Reviewers: campbellbarton Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D3050 --- source/blenderplayer/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blenderplayer') diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt index e5a5ff828dd..25ae83d04cd 100644 --- a/source/blenderplayer/CMakeLists.txt +++ b/source/blenderplayer/CMakeLists.txt @@ -188,10 +188,6 @@ endif() list(APPEND BLENDER_SORTED_LIBS extern_ceres) endif() - if(WITH_MOD_BOOLEAN) - list(APPEND BLENDER_SORTED_LIBS extern_carve) - endif() - if(WITH_GHOST_XDND) list(APPEND BLENDER_SORTED_LIBS extern_xdnd) endif() -- cgit v1.2.3