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-03-28Cleanup: use "num" as a suffix in: source/blender/modifiersCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-03-18Cleanup: spellingCampbell Barton
2021-01-14MeshCache: add error handling to `fread()` callsSybren A. Stüvel
2020-09-13Cleanup: spelling, update function name in commentsCampbell Barton
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: Modifiers, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: 64 bit file IO on windows.Ray Molenkamp
2019-09-19Cleanup: use uint,ushort,uchar for modifiersCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-25Cleanup: finish modifiers' hearder re-order from rBe31f0fad9744c813.Bastien Montagne
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
2018-05-12Cleanup: modifier arg wrappingCampbell Barton
2017-08-11Cleanup: whitespaceCampbell Barton
2017-05-26Fix integer overflows in meshcache modifier.lazydodo
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-11-29Cleanup: unused headersCampbell Barton
2014-07-26Correct includes on different endian systemsCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-03-06fix for error building on big-endian.Campbell Barton
2013-01-21mesh-cache deform modifier,Campbell Barton