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-08-22Cleanup: move inline unit system search into a functionCampbell Barton
2022-06-10Fix regression in the recent unit system changeRamil Roosileht
2022-06-09Fix variable being used without being initializedGermano Cavalcante
2022-06-09Cleanup: formatCampbell Barton
2022-06-08D15085: Fix numbers jumping in edit voxel size widgetRamil Roosileht
2022-05-26Fix "day" unit lengthErik
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-08-27Cleanup: utf8 stepping functionsCampbell Barton
2021-07-21Cleanup: replace BLI_assert(0 && "text") with BLI_assert_msgCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28Cleanup: repeated terms in code comments & error messagesCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-10Add unit for time stored in secondsSergey Sharybin
2021-05-27Fix incorrect BLI_snprintf usageCampbell Barton
2021-02-14Cleanup: Source Code Typosluzpaz
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2020-11-06Cleanup: Remove unused variableHans Goudey
2020-11-06Merge branch 'blender-v2.91-release' into masterPhilipp Oeser
2020-11-06Fix T82407: Negative number input gives syntax error for velocities andPhilipp Oeser
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-09-09Cleanup: Rename public "bUnit" functionsHans Goudey
2020-09-08Cleanup: tabs to spacesCampbell Barton
2020-09-08Cleanup: consistent syntax for doxygen parametersCampbell Barton
2020-09-07UI: Add temperature unitsHans Goudey
2020-09-02Cleanup: Reduce indentation level and variable scopeHans Goudey
2020-08-31Cleanup: Comment formatting in unit.cHans Goudey
2020-08-19Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-19Fix T77300: Some scientific notation evaluation has incorrect resultsHans Goudey
2020-08-08Cleanup: replace sizeof division with ARRAY_SIZE macroCampbell Barton
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-04Fix: Remove debug print added mistakenlyHans Goudey
2020-06-05Cleanup: spellingCampbell Barton
2020-06-03Cleanup: Use ELEM MacroHans Goudey
2020-06-03Fix T77289: Crash when typing negative numbersHans Goudey
2020-06-01Fix T74552: Distribute negatives in number inputHans Goudey
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-08-24Cleanup: correct use of term 'split'Campbell Barton
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-07-31UI: Correct Spacing for Short Unit NamesHarley Acheson
2019-06-12Unit System: remove 'm' as an alternate name for mileCampbell Barton
2019-05-03Cleanup: warningsCampbell Barton
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-17ClangFormat: disable for most of sobol.cppCampbell Barton
2019-04-16ClangFormat: add comments to ignore formattingCampbell Barton