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-11-10Sculpt: Fix T102379: Crash in dyntopoJoseph Eagar
2022-10-11Sculpt: Clean up Dyntopo's original triangle apiJoseph Eagar
2022-10-07Sculpt: Raise pbvh->leaf_limit to 400 for dyntopoJoseph Eagar
2022-09-29Sculpt: Rewrite PBVH drawJoseph Eagar
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-19Cleanup: spellingCampbell Barton
2022-09-16Sculpt: New attribute APIJoseph Eagar
2022-07-30Sculpt: Opaque vertex type for sculptJoseph Eagar
2022-06-08Sculpt: PBVH Draw Support for EEVEEJoseph Eagar
2022-04-27Fix T97235: PBVH draw cache invalidation bugJoseph Eagar
2022-04-25Cleanup: spelling in commentsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
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