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-09-09Cleanup: move return arguments last, use `r_` prefixCampbell Barton
2022-09-09Edit mode normalize fails to respect locked groupsCampbell Barton
2022-09-09Fix T96787: Edit mode normalize fails to respect locked groupsNate Rupsis
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-05-22Cleanup: Use const argumentsHans Goudey
2022-05-13Cleanup: Use const when retrieving custom data layersHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-30Cleanup: capitalize NOTE tagCampbell Barton
2021-11-23Fix T93231: crash when overwriting vertex group with other domainJacques Lucke
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-10DataTransfer: Fix vertices being wrongly added to vgroup.Bastien Montagne
2021-01-12Weight Paint: avoid creating very small values with locked weights.Alexander Gavrilov
2020-09-09Cleanup: reduce variable scopesJacques Lucke
2020-09-04Cleanup: Clang-Tidy readability-inconsistent-declaration-parameter-name fixSebastian Parborg
2020-08-29Cleanup: remove paranoid 'MDeformVert.totweight < 0' checkCampbell Barton
2020-08-28Revert "tmp"Hans Goudey
2020-08-28tmpGermano Cavalcante
2020-08-28Cleanup: Fix build error with msvcRay Molenkamp
2020-08-28Refactor: move defvert .blend IO to blenkernelJacques Lucke
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-10Revert "Fix T78296: Performance - Use Binary Search for MDeformWeight"Brecht Van Lommel
2020-07-10Fix T78296: Performance - Use Binary Search for MDeformWeightJeroen Bakker
2020-06-13Cleanup: use const arguments to deform functionsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-19Cleanup: use '\' for doxygen commandsCampbell Barton
2020-03-18Weight Paint: Implement a new Lock-Relative mode.Alexander Gavrilov
2020-03-06Cleanup: rename 'verify' to 'ensure' for argument nameCampbell Barton
2020-03-06Cleanup: use 'BKE_' prefix for BKE_deform API callsCampbell Barton
2020-02-11Fix T56108: Crash editing corrupted vertex groupsCampbell Barton
2020-01-14Fix T68480: Normalize All weights with lock Active bugSybren A. Stüvel
2019-05-03Cleanup: warningsCampbell Barton
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-18Cleanup: comment blocksCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-11Cleanup: comment indentation & spellingCampbell Barton
2019-02-08Fix T61255: Mesh Data Transfer: Do not abort when destination has not all sou...Bastien Montagne
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2018-11-27VGroup search: do not try to search for empty string.Bastien Montagne
2018-10-26Fix unreported: Crash when adding lattice vertex groupDalai Felinto