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-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-10-06Cleanup: clang-format, correct doxy groupsCampbell Barton
2021-08-31Cleanup: Use C style comments for descriptive textCampbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-02Cleanup: Always use pbvh in PBVH BKE filesPablo Dobarro
2020-03-24Cleanup: spellingCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-02-15Cleanup: work around clang-format differences between versionsBrecht Van Lommel
2020-02-12Cleanup: clang-format.Bastien Montagne
2019-11-08Fix dyntopo sculpt not setting vertex indices dirtyCampbell Barton
2019-11-08Cleanup: clang-formatCampbell Barton
2019-10-08Fix multires sculpt not setting the active vertex correctlyBrecht Van Lommel
2019-08-30Sculpt: New brush cursor, active vertex and normal radiusPablo Dobarro
2019-06-17Fix T65620: Sculpting brush size jumping.mano-wii
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-20Cleanup: add missing macros to clang-formatCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-02Cleanup: empty expression statement warningCampbell 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-23Fix T59152: dynamic topology constant detail should be in world space.Brecht Van Lommel
2018-11-06Cleanup: rename fast-heap -> heap-simpleCampbell Barton
2018-11-06Cleanup: move fast heap into own source & headerCampbell Barton
2018-11-05BLI_heap: implement a limited but faster version of heap.Alexander Gavrilov
2018-10-19Partial revert '#if 0' cleanupCampbell Barton
2018-10-18Cleanup: Remove more #if 0 blocksJacques Lucke
2018-04-03Cleanup: rename BMesh count_ex -> count_at_mostCampbell Barton
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-02-01Cleanup: rename BLI_*_empty() -> clear()Campbell Barton
2017-11-05Cleanup: spellingCampbell Barton
2017-10-05Sculpt Mode: 2D falloff optionCampbell Barton
2017-10-05Vertex Paint: apply when cursor isn't over facesCampbell Barton
2017-10-05Cleanup: rename dist -> depthCampbell Barton
2017-05-11Cleanup: GPU PBVH namingCampbell Barton
2016-11-13BMesh: BM_face_exists no longer uses return argCampbell Barton
2016-07-11Cleanup: line lengthCampbell Barton
2016-07-11Dyntopo: fix lop-sided edge collapseCampbell Barton
2016-07-11Dyntopo: possible modified option was incorrectly setCampbell Barton
2016-07-11Dyntopo: remove redundant existing face checkCampbell Barton