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
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
2011-04-19patch [#26978] Minor Spelling Mistakes in Editor OperatorsCampbell Barton
2011-03-29use less verbose string formatting for units and interface.Campbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-23Clean up headers a bit more.Guillermo S. Romero
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
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-11-18fix [#24786] Setting Rotation Units to Radians doesn't affect the UI [33146]Campbell Barton
2010-11-03use c90 compatible static initializers.Campbell Barton
2010-10-21Include BLI_math.h instead of math.h.Nathan Letwory
2010-10-06remove some unused code and reduced the scope if some vars (no functional cha...Campbell Barton
2010-09-22patch [#23796] Full support for unit buttons: area, volume, mass, velocity an...Campbell Barton
2010-09-22patch [#23796] Full support for unit buttons: area, volume, mass, velocity an...Campbell Barton
2010-09-22patch [#23796] Full support for unit buttons: area, volume, mass, velocity an...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-04-05Fix [#21895] Incorrect calculations for measurement systemMatt Ebb
2010-02-28- template with an example of a modal operator drawing with opengl (draw a li...Campbell Barton
2010-02-28bugfix [#21381] Wrong negative separated unitsCampbell Barton
2010-02-16compile fixes for MSVC!Andrea Weikert
2010-02-16bugfix [#21136] End frame And Cur Frame setting is broken with Metric/Imperia...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-01-26Use #include "BLI_math.h" instead of _USE_MATH_DEFINES to get M_PI defined.Brecht Van Lommel
2010-01-25* Added #define _USE_MATH_DEFINES Thomas Dinges