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
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-06-10Add unit for time stored in secondsSergey Sharybin
2020-09-09Cleanup: Rename public "bUnit" functionsHans Goudey
2020-09-07UI: Add temperature unitsHans Goudey
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
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-01Cleanup: remove redundant, invalid info from headersCampbell 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-15Units: Identifiers in PythonJacques Lucke
2018-10-03Units: Support for fixed unitsJacques Lucke
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
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