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
2022-09-14Fix reports printing twice when called from Python in background-modeCampbell Barton
2022-04-06Fix: T78228 Send all python errors to info editorCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-10-19Cleanup: use 'e' prefix for enum typesCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-04Cleanup: replace unnecessary MEM_callocN callsCampbell Barton
2020-02-04Reports: Add utility to cancel displayed reportsJulian Eisel
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2015-11-13Cleanup: readfile: cleanup a bit error messages.Bastien Montagne
2015-08-18Refactor translation code out of blenfontCampbell Barton
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