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
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-03-30Cleanup: use "num" as a suffix in: source/blender/blenlibCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-09Cleanup: move public doc-strings into headers for 'blenlib'Campbell Barton
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-15Cleanup: comment line length (blenlib)Campbell Barton
2016-12-05OpenGL: delete bl_debug_drawMike Erwin
2016-07-31Cleanup: spelling, styleCampbell Barton
2015-06-11BLI_listbase: match arg order with BLI_qsort_rCampbell Barton
2015-04-06Use BKE_ghash_ensure_p where possibleCampbell Barton
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-06CMake: remove redundant include dirCampbell Barton
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-09-24Cleanup: const correctness for BLI_sortlistCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-03-30Correct own recent changes broke release buildsCampbell Barton
2014-03-01Fix for some unlikely memory leaks, remove redundant checksCampbell Barton
2014-02-19Code cleanup: styleCampbell Barton
2014-02-17Fix for issue in mask overlap with no splines in the mask.Campbell Barton
2014-02-17Fix for rare crash in recent mask option to check overlapsCampbell Barton
2014-02-13Mask: add option to detect self intersectionsCampbell Barton