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-08-06Cleanup: whitespace, unused varCampbell Barton
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2014-11-11UI Refactor T41640Campbell 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-25Fix T41534: Bevel practically unusable interactively if set to percent amount...Bastien Montagne
2014-07-21Fix T40432: Scaling to zero with manipulate center points works precisely on ...Bastien Montagne
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-30Fix T40862: numinput transform did not take into account scale_length.Bastien Montagne
2014-06-17Support for building without PythonCampbell Barton
2014-05-06Fix for uninitialized unit_use_radians variable with inset and bevelCampbell Barton
2014-03-23Further tweaking to numinput - enhance 'Reset' behavior.Bastien Montagne
2014-03-21Possible fix for T39330 period key is ignored in transform operationsAntony Riakiotakis
2014-03-21Fix T39312 Multipling two values in the Transform Tools Number Input not poss...Bastien Montagne
2014-02-27Hopefully definitively fix the "enter the advanced numinput mode" issue.Bastien Montagne
2014-02-22Followup for numinput: activate numinput when hitting pad* or =, this is the ...Bastien Montagne
2014-02-22Fix T38743: Modal input feature appears to be missing from 2.70 test buildsBastien Montagne
2014-02-20Transform: revert to 2.69 numeric input behavior by defaultBastien Montagne
2014-02-03Fix T38424: modal number input ctrl - did not work, only ctrl numpad -.Brecht Van Lommel
2014-01-08Fix issues with float precision in numinput, like 'R 123' who would show addi...Bastien Montagne
2014-01-08Code Cleanup: de-duplicate text pasting which only used the first lineCampbell Barton
2014-01-08Fix for inorrect use of BLI_utf8_invalid_strip, add assert to prevent it happ...Campbell Barton
2014-01-08Much better solution for negate/inverse in numinput.Bastien Montagne
2014-01-07Fix a small glitch with string generated by numinput, they could cut multi-by...Bastien Montagne
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2014-01-02Add back - and / shortcuts in modal numinput (as other 'special' keys, you ha...Bastien Montagne
2013-12-31Fix T37992: german NUMPAD-COMMA is not tranlated to decimal dot (for modal n...Bastien Montagne
2013-12-21Support units in modal numinputBastien Montagne
2013-10-23code cleanup: minor transform refactorCampbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2012-11-26fix for uninitialized memory use with numeric input:Campbell Barton
2012-10-01quiet some warnings.Campbell Barton
2012-07-14Fix [#32086] Missing bevel "hold shift" for better accuracy.Bastien Montagne
2012-05-10fix [#31382] Loop Cut and Slide numpad (-)Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-30style cleanupCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-01-11use BLI_strncpy and BLI_snprintf when the size of the string is known.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-03-30- include for BGE joystick sensorCampbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-08-08remove unused includesCampbell Barton
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-23Move increment value into numinput structure.Martin Poirier