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
2021-11-30Cleanup: capitalize NOTE tagCampbell Barton
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-04-20Cleanup: redundant parenthesis, NULL checksCampbell Barton
2020-03-19Fix build WITH_CXX_GUARDEDALLOCGermano Cavalcante
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-06-17Fix T53581: remesh modifier artifacts in sharp modeDan Koschier
2019-05-01Cleanup: comments (long lines) in dualconCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14CMake: prepare for BLENDER_SORTED_LIBS removalCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-09-27Cleanup: remove unused DerivedMesh code.Sebastian Parborg
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-17Cleanup: trailing space in CMake filesCampbell Barton
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