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
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
2013-11-16More fix for this stupid uppercase-to-lowercase convertion code... Thanks to ...Bastien Montagne
2013-11-10Fix [#37393] Input dimensions are case sensitive in the property panel, upper...Bastien Montagne
2013-11-08[#37327] Inconsistent numeric input conversion.Bastien Montagne
2013-07-11fix [#36090] Blender displays strange symbol in edge lengthCampbell Barton
2013-05-31units: display 0.5mm rather then 500um, nicer when dealing with very small si...Campbell Barton
2013-04-08Fix #34875: 0 digits of precision was not supported for FloatProperty, nowBrecht Van Lommel
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2013-03-13Fix #34481: camera focal length and sensor size did not use units yet, now th...Brecht Van Lommel
2013-02-11Suppress more uncommon units.Sergej Reich
2013-02-11supress Hectograms from being used when displaying weight units since they ar...Campbell Barton
2012-11-01style cleanupCampbell Barton
2012-09-27incorrect spelling in commentsCampbell Barton
2012-08-12style cleanupCampbell Barton
2012-07-04spelling cleanup: metre -> erCampbell Barton
2012-06-27style cleanupCampbell Barton
2012-05-24style cleanup: comma placementCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-04-20aparently `yards` are not used a lot, suppress their use in button display (i...Campbell Barton
2012-04-15code cleanup: dont include BLI_winstuff.h on non windows systems, also cleanu...Campbell Barton
2012-04-10fix for unit system incorrectly replacint 'um' (unicode 'u'). with meters.Campbell Barton
2012-03-10style cleanup: unit codeCampbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-04style cleanup / comment formatting for bli/bke/bmeshCampbell Barton
2012-02-23style cleanup for blenkernel, no functional changes.Campbell Barton
2011-12-22split some >120 lines, no functional changesCampbell Barton
2011-12-07Fix #28663: All "unit" properties show a value of 0 (on WinXP&MinGW&scons)Sergey Sharybin
2011-11-05use (const char*) rather than (char*) where possible.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-16Fix #28663: All "unit" properties show a value of 0 (on WinXP&MinGW&scons)Sergey Sharybin
2011-08-30Fixes for snprintf usage:Brecht Van Lommel
2011-08-11fix [#28213] Imperial unit for 0.001 inches inconsistently displayed as mils ...Campbell Barton