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
2017-05-27Remove MinGW supportAaron Carlisle
2016-01-04Remove SCons building systemSergey Sharybin
2015-12-30Skip some more workarounds when using MSVC 2015Martijn Berger
2015-07-20Replace MFace use by MLoopTri w/ remash modifierCampbell Barton
2015-03-27Dualcon: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-03-19CMake: unbundle eigen3Campbell Barton
2013-08-06quiet double-promotion warnings, change octree.cpp to use a float (vector acc...Campbell Barton
2013-08-04fix for 2 memory leaks in dualcon library, quite bad since they leaked on eve...Campbell Barton
2013-08-04Support WITH_CXX_GUARDEDALLOC for dualcon libraryCampbell Barton
2013-03-29misc minor edits.Campbell Barton
2013-01-20Add missing virtual destructor for VirtualMemoryAllocatorNicholas Bishop
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-10-14code cleanup: remove redundant castsCampbell Barton
2012-10-06Avoid unecessary minimizer calculations in dualconNicholas Bishop
2012-10-06Code cleanups for dualcon octreeNicholas Bishop
2012-09-16code cleanup: quiet warnings for gcc's -Wundef, -Wmissing-declarationsCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-05-10Potential fix for bug #31111, Remesh modifier generates artifacts on simple s...Nicholas Bishop
2012-05-10More code cleanup in intern/dualcon.Nicholas Bishop
2012-05-09Fix division by zero case in dualcon.Nicholas Bishop
2012-05-09Code style cleanup in intern/dualcon.Nicholas Bishop
2012-04-16And another fix for r45669 to have dualcon compile on windows...Thomas Dinges
2012-04-16Fix for isnan compile issue on windows (second try).Brecht Van Lommel
2012-04-16Fix for remesh modifier crash mentioned in comments of bug [#30966]Nicholas Bishop
2012-02-18Remesh modifier: extensive refactoring of the Octree class.Nicholas Bishop
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-12-31Fix for compilation error when compiling dualcon with mingwSergey Sharybin
2011-12-31Add remesh modifier (dual contouring).Nicholas Bishop