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
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