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
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
2015-07-16Fix T45459: Edge Length with Separate Units Displayed As 1m 100cm.Bastien Montagne
2015-07-14Cleanup: use ascii as suffix (as with utf8)Campbell Barton
2015-04-21BLI_string: add BLI_snprintf_rlenCampbell Barton
2014-08-26Move bUnit_getScaleUnit -> BKE_scene_unit_scaleCampbell Barton
2014-08-26Fix T41590: When scene scale is not 1.0, and units are "None," Blender assume...Bastien Montagne
2014-08-20BKE_units: Some cleanup (mostly bools instead of ints).Bastien Montagne
2014-08-20Fix T38722: Adding units in Imperial setting results in inconsistent valuesBastien Montagne
2014-07-12Code Cleanup: use constCampbell Barton
2014-06-17Fix some loss of precision in BKE's unit code.Bastien Montagne
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2014-01-04Units: Add milligrams for massSergej Reich
2014-01-04Revert "Units: Make grams base unit for mass"Sergej Reich
2013-12-31Units: Make grams base unit for massSergej Reich
2013-12-21Support units in modal numinputBastien Montagne
2013-12-11User Interface: Align number buttons labels to the left, number rightCampbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton