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
2018-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-07-26WM: Add operator property poll callbackCampbell Barton
2018-07-01Cleanup: right shift in interface codeCampbell Barton
2018-05-23Cleanup: strip trailing space from interface filesCampbell Barton
2017-07-21Fix strict compiler error after recent UI changesSergey Sharybin
2017-07-11Fix T49034: multi-drag crashes when UI forces exitCampbell Barton
2017-03-31UI cleanup: simplify Icon handling of uiDefAutoButR for PROP_POINTER.Bastien Montagne
2017-01-12UI: Try limiting 'x' icon to search buttonsJulian Eisel
2016-11-30UI: Remove 'x' icon from paths and listsJulian Eisel
2016-11-28UI: Add 'x' icon to text buttons to clear contentJulian Eisel
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-05-04Cleanup: wrapped function indentationCampbell Barton
2015-04-26UI: 'View Online Manual' ShortcutJulian Eisel
2014-12-30Fix possible NULL pointer dereferenceCampbell Barton
2014-12-25Refactor 'immediate search' featureBastien Montagne
2014-12-02Fix rare crash dragging number-buttonsCampbell Barton
2014-11-11UI Refactor T41640Campbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-18Fix for weak floating-point number comparison.Tamito Kajiyama
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-03-15Code cleanup: spelling & styleCampbell Barton
2014-03-13Code cleanup: quiet warning, 'else' would always crash (& never occurred)Campbell Barton
2014-03-12UI: allow passing "" for icon only enum buttons and still get an iconCampbell Barton
2014-02-09Code cleanup: fix compiler warning with clang.Brecht Van Lommel
2014-02-09UI: improve reports popupCampbell Barton
2014-02-08UI: butstore API to generalize button storage for modal handlersCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-08Fix issues with float precision in numinput, like 'R 123' who would show addi...Bastien Montagne
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2013-06-09Code cleanup: removed some unused UI button typesBrecht Van Lommel
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2012-12-18make sure color picker and color swatch buttons have rnaindex of -1.Campbell Barton
2012-09-12code cleanup: use an enum for uiBut->pointype (more useful debug display of m...Campbell Barton
2012-09-08style cleanupCampbell Barton
2012-06-20style cleanup: use TRUE/FALSE for ui align args.Campbell Barton
2012-06-15click dragging with the eye dropper now averages out colors - useful when you...Campbell Barton
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton
2012-04-28style cleanup: format 'for' loop macros the same as for loops, some renaming ...Campbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-03-30style cleanup: interfaceCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2011-11-22image save operator now shares settings and UI with render & image out node.Campbell Barton
2011-10-21Cleaning i18n code.Bastien Montagne
2011-09-26use BLI_snprintf rather than sprintf for interface functionsCampbell Barton
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey Sharybin
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-08-14add in asserts for when array/non array RNA funcions are used incorrectly, wo...Campbell Barton