blender/extern/carve/patches
Sergey Sharybin 83617d24d5 Rework carve integration into boolean modifier
Goal of this commit is to support NGons for boolean modifier
(currently mesh is being tessellated before performing boolean
operation) and also solve the limitation of loosing edge custom
data layers after boolean operation is performed.

Main idea is to make it so boolean modifier uses Carve library
directly via it's C-API, avoiding BSP intermediate level which
was doubling amount of memory needed for the operation and which
also used quite reasonable amount of overhead time.

Perhaps memory usage and CPU usage are the same after all the
features are implemented but we've got support now:

- ORIGINDEX for all the geometry
- Interpolation of edge custom data (seams, crease)
- NGons support

Triangulation rule is changed now as well, so now non-flat
polygons are not being merged back after Carve work. This is
so because it's not so trivial to support for NGons and
having different behavior for quads and NGons is even more
creepy.

Reviewers: lukastoenne, campbellbarton

Differential Revision: https://developer.blender.org/D274
2014-02-13 17:16:53 +06:00
..
files Carve bundler script cleanup 2013-11-28 14:00:10 +06:00
clang_is_heap_fix.patch Compilation error fix for NetBSD 2014-01-09 16:15:24 +06:00
gcc46.patch Updated Carve bundling script and patches 2012-01-17 18:47:02 +00:00
includes.patch Carve booleans library integration 2012-01-16 16:46:00 +00:00
interpolator_reorder.patch Rework carve integration into boolean modifier 2014-02-13 17:16:53 +06:00
mesh_iterator.patch Carve booleans library integration 2012-01-16 16:46:00 +00:00
mingw_w64.patch Add libMV and Scons support for MinGW-w64, patches by Caleb Joseph with slight modifications. 2012-04-24 12:57:58 +00:00
mingw.patch Updated Carve bundling script and patches 2012-01-17 18:47:02 +00:00
series Rework carve integration into boolean modifier 2014-02-13 17:16:53 +06:00
strict_flags.patch Update Carve to latest update 2014-01-27 17:04:06 +06:00
win32.patch Fix compilation error with msvc2012 and 2013 as well 2014-01-31 15:33:48 +06:00