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
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
2019-04-16ClangFormat: add comments to ignore formattingCampbell Barton
2019-02-27Fix typos related to unitsVaishnav S
2019-02-25Units: Typo "Square/Cubic Thous" -> "Square/Cubic Thou"Vaishnav S
2019-02-18Fix T61666: missing NULL_UNIT that stops iteration over unitsJacques Lucke
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Units: allow short unit names be case sensitive when needed.Brecht Van Lommel
2019-02-17Units: add support for light power units in Watt. Use for Eevee lights.Brecht Van Lommel
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-14Cleanup: move comments above definitionsCampbell Barton
2019-01-11Cleanup: remove tabs after line startCampbell Barton
2019-01-09Fix T60338: Allow user to input units of another systemJacques Lucke
2019-01-08Fix T60327: Value input with adaptive imperial units not working properlyJacques Lucke
2018-11-15Fix strict compiler warnings/errorsSergey Sharybin
2018-11-15Units: Identifiers in PythonJacques Lucke
2018-10-18Cleanup: Remove more #if 0 blocksJacques Lucke
2018-10-04Units: Change '1000 Kilograms' to 'Tonnes'Jacques Lucke
2018-10-04Cleanup: styleCampbell Barton
2018-10-03Units: Support for fixed unitsJacques Lucke
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2017-08-01Fix multi-units drawing re precision handling.Bastien Montagne
2017-07-31Fix two issues with recent changes to number display while editing them.Bastien Montagne
2016-05-03Cleanup: use const for units APICampbell Barton
2016-03-09Cleanup: style, spellingCampbell Barton
2016-03-02Correction to own previous rB9c0de0084bfe.Bastien Montagne
2016-03-02Fix T47661: cm (centimeter) unit breaks m (meter) unit in Metric.Bastien Montagne
2015-11-19Cleanup: redundant 'break', minor editsCampbell Barton
2015-10-05Fix T46379: Bad behavior of bUnit_ToUnitAltName() with default units.Bastien Montagne