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
2016-05-03Cleanup: use const for units APICampbell 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-06-17Fix some loss of precision in BKE's unit code.Bastien Montagne
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2013-12-21Support units in modal numinputBastien Montagne
2013-03-13Fix #34481: camera focal length and sensor size did not use units yet, now th...Brecht Van Lommel
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
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-10-10fix bad svn ID tagsCampbell Barton
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2010-12-10bugfix [#25154] .MXF files should be included as a known video file type in t...Campbell Barton
2010-11-23use unit system for the grid floor (was only ortho before).Campbell Barton
2010-11-23Changes to the ortho grid drawing based on discussion with Ton.Campbell Barton
2010-09-16- bone roll now in degrees not radians.Campbell Barton
2010-09-15patch [#23758] Better handling of UTF chars in UNITS fields (lengths, angles,...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-08-17units with no separator can now be typed into number buttons - eg, 5'7" 2km4mCampbell Barton
2009-08-13added string max length option for unit functions bUnit_AsString and bUnit_Re...Campbell Barton
2009-08-12unit grid snap while transforming, display units in the header.Campbell Barton
2009-08-12when units are enabled use them for 3d viewport grid drawing, display the dim...Campbell Barton
2009-08-12Set the clickstep for unit buttons to each click moves 1 unit.Campbell Barton
2009-08-12- was displaying 1cm as 10mm because of double precission problem.Campbell Barton
2009-08-11user interface units, off by default.Campbell Barton