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
AgeCommit message (Expand)Author
2012-06-03code cleanup: replace some non utf8 charsCampbell Barton
2012-03-21spelling cleanup: tesselate -> tessellate (last of these found)Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-02-29Boolean modifier:Sergey Sharybin
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-14Carve fixes and optimizations:Sergey Sharybin
2012-02-14Carve: improved handling of meshes with interesting manifoldsSergey Sharybin
2012-02-13Fix #30159: Boolean modifier creating non-concave facesSergey Sharybin
2012-01-30Fix #29976: Carve Boolenas crasher with SolidifySergey Sharybin
2012-01-27Fixed some possible issues and access non-initialized variable in Carve BOP i...Sergey Sharybin
2012-01-23Fix compilation error caused by code cleanupSergey Sharybin
2012-01-23Carve booleans: corrected copyright headerSergey Sharybin
2012-01-23Carve booleans: code and style cleanupSergey Sharybin
2012-01-23Fix #29934: New Carve library can't execute boolean operations in some casesSergey Sharybin
2012-01-16Carve booleans library integrationSergey Sharybin
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-02-25doxygen: intern/boolop taggedNathan Letwory
2011-01-30remove nan-makefilesCampbell Barton
2010-11-26Fix #24775: boolean modifier crash in rendering on Mac. Problem was that thisBrecht Van Lommel
2010-10-18enable DEBUG define in CMake and scons, also change booleans debug option to ...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-12-04Fix for [#20229] Booleans crash on edge case.Matt Ebb
2009-04-202.50: svn merge https://svn.blender.org/svnroot/bf-blender/trunk/blender -r19...Brecht Van Lommel
2008-12-03A couple of small fixes to clear up some warnings.Kent Mein
2008-08-03BKE_global.h include path wasnt correct. made boxpack2d.c a bit more Campbell Barton
2008-07-31ToolsKen Hughes
2008-07-31ToolsKen Hughes
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2007-07-12ToolsKen Hughes
2007-07-01Tools:Ken Hughes
2007-06-26a var was declared twice in the same function, just removing theKent Mein
2007-06-22ToolsKen Hughes
2007-06-14Fix for very old bug in Boolean code. BSP trees were calculated incorrectly,Ken Hughes
2006-11-08Modified the way booleans preserve face data, and cleaned up someBrecht Van Lommel
2006-11-04Bugfix #4540Ton Roosendaal
2006-10-25Another klockwork patch.Kent Mein
2006-09-07Updated boolop Makefile so that it can find various headers it needs now.Kent Mein
2006-09-07===Tools===Ken Hughes
2006-06-10removed extra qualifier on class memeber bool BOP_Mesh::isClosedMesh();Stephen Swaney
2006-06-10===Tools===Ken Hughes
2006-06-10===Tools===Ken Hughes
2006-06-06===Tools===Ken Hughes
2006-03-29Added BOP_Mesh constructor to get rid of this:Kent Mein
2006-01-30More simple fixes to cleanup warnings and what not:Kent Mein
2005-11-12Bjornmose's fixes for making booleans compile on MSVC 6.Alexander Ewering
2005-11-01-- avoid some divide-by-zero errors/assertions in boolean modifiers whichKen Hughes
2005-10-29Scons files for BoolopJohnny Matthews