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
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
2010-01-25Radians -> Degrees (in UI)Matt Ebb
2009-09-24- cmake/make/scons didnt define INTERNATIONAL when buidling blenfontCampbell Barton
2009-08-17- rna sequence sound was referencing unknown structCampbell Barton
2009-08-17units with no separator can now be typed into number buttons - eg, 5'7" 2km4mCampbell Barton
2009-08-14- registering new python classes runs the free functions on existing classes.Campbell Barton
2009-08-13MSVC compile fix.Andrea Weikert
2009-08-13added string max length option for unit functions bUnit_AsString and bUnit_Re...Campbell Barton
2009-08-13- moved unit settings from user prefs into the scene.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-12fix for errors evaluating user input when units are disabledCampbell Barton
2009-08-12added time units, currently only used when metric or imperial are enabled.Campbell Barton
2009-08-11- missing a decref for new pytypesCampbell Barton
2009-08-11user interface units, off by default.Campbell Barton