From 289c8b575872ab49d7d16b742af0e5f56f7282eb Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Fri, 30 Dec 2011 21:11:40 +0000 Subject: Add remesh modifier (dual contouring). This patch adds a new remeshing modifier. The algorithm is based on the paper "Dual Contouring of Hermite Data", and the implementation was contributed to Blender by Dr. Tao Ju. The contributed code is in intern/dualcon, and was modified to compile under gcc and work on 64-bit systems. Files not needed for Blender were removed and a small C wrapper was added in order to interface it with Blender. The rest of the patch is just standard modifier stuff. Reviewed by Sergey, code review link: http://codereview.appspot.com/5491053/ The remesh icon was contributed by Zafio: http://blenderartists.org/forum/showthread.php?240751-Request-for-modifier-icon/page2. Thanks to everyone in that thread for the icon proposals and discussion. Documentation and examples on the Blender wiki: http://wiki.blender.org/index.php/User:Nicholasbishop/RemeshModifier In case the history is needed for anything, check the remesh-modifier branch of this git repository: https://gitorious.org/~nicholasbishop/blenderprojects/nicholasbishop-blender --- intern/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'intern/SConscript') diff --git a/intern/SConscript b/intern/SConscript index c13714543cb..a6d50c80468 100644 --- a/intern/SConscript +++ b/intern/SConscript @@ -9,6 +9,7 @@ SConscript(['audaspace/SConscript', 'container/SConscript', 'memutil/SConscript/', 'decimation/SConscript', + 'dualcon/SConscript', 'iksolver/SConscript', 'itasc/SConscript', 'boolop/SConscript', -- cgit v1.2.3