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
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2013-01-11include a stacktrace in the crashlog text written by the segfault handler.Campbell Barton
2013-01-10add a segfault handler that writes out the info log into a crash file alongsi...Campbell Barton
2012-12-18changing RNA properties now prints python script in the info view.Campbell Barton
2012-10-19Minor fix to BKE_reportf(): also output the report's type when printing to co...Bastien Montagne
2012-10-13More UI messages fixes.Bastien Montagne
2012-10-13Add translation of reports messages (only direct uses of BKE_report(f)/BKE_re...Bastien Montagne
2012-05-12style cleanup: whitespaceCampbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-18code cleanup:Campbell Barton
2012-03-14Avoid a sigsev after 44830 when reports is empty, clang compile workJens Verwiebe
2012-03-12Fix #30512: external render saved render result after reporting error.Brecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-08-30Fixes for snprintf usage:Brecht Van Lommel
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-01correct fix for bug #23871, __main__ module was being overwritten in nested f...Campbell Barton
2011-01-20fix for bug where python functions were not raising exceptions because report...Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-10-04- use own string conversion function over PyUnicode_FromString when convertin...Campbell Barton
2010-09-03SVN maintenance.Guillermo S. Romero
2010-06-18Raise the default report popup severity to errors only (not warnings).Matt Ebb
2010-06-03Reworked the non-blocking reports display in the info header:Matt Ebb
2010-04-23always print reports immediately when running in background mode.Campbell Barton
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-09-22Changes to allow python to do redraws through the timer operator, a reliable ...Campbell Barton
2009-07-19- was freeing reports on freed listbasesCampbell Barton
2009-07-17- Scrollbars for the console (use View2D functions)Campbell Barton
2009-07-16Console Space TypeCampbell Barton
2009-06-302.5Brecht Van Lommel
2009-01-172.5: various warning fixes.Brecht Van Lommel
2009-01-02* renamed some of the RNA sound identifiersCampbell Barton
2009-01-02python support for reporting with operators.Campbell Barton
2008-12-292.5: Error reportingBrecht Van Lommel
2008-12-192.5: Change blenloader module to use the Report system for reporting errors.Brecht Van Lommel
2008-12-182.5Brecht Van Lommel