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-16Cleanup: spelling in commentsCampbell Barton
2022-07-05Python: support v3.11 (beta) with changes to PyFrameObject & opcodesCampbell Barton
2022-06-13Cleanup: fix various typosBrecht Van Lommel
2022-05-03Fix T97731: Python traceback no longer includes line-numbersCampbell Barton
2022-04-06Fix: T78228 Send all python errors to info editorCampbell Barton
2022-03-28Cleanup: return success from python_script_error_jumpCampbell Barton
2022-03-28Python: select the start-end range of syntax errorsCampbell Barton
2022-03-28Cleanup: variable/argument naming for Python exception accessCampbell Barton
2022-03-28Cleanup: early exit when there is no exceptionCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-02-13Fix T85573: Building with Python 3.10a5 failsCampbell Barton
2020-07-19Cleanup: spellingCampbell Barton
2020-07-03Cleanup: remove side effect in assertionJacques Lucke
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: use ELEM macro for path slash checksCampbell Barton
2019-07-23Fix T65402: Syntax error causes CPython assertmatc
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-29Cleanup: style, use braces for the Python APICampbell 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
2014-05-02Update parse_syntax_error() to Python 3.4x versionCampbell Barton
2014-05-01Include removal gave problems with windows, ifdef some back in for windows onlyCampbell Barton
2014-05-01Revert "Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869...Campbell Barton
2014-05-01Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a.Thomas Dinges
2014-04-30Code cleanup: remove unused includesCampbell Barton
2013-03-04patch [#34103] use booleans for extensions testing.Campbell Barton
2012-12-05update parse_syntax_error() from python3.3 - this is an internal python funct...Campbell Barton
2012-03-30fix for finding the python exception line number when running a script in the...Campbell Barton
2012-03-27style cleanup: py apiCampbell Barton
2012-03-17style cleanup: py/capiCampbell Barton
2012-03-08Add missing include.Nathan Letwory
2012-03-08use BLI_path_cmp() rather then strcmp()Campbell Barton
2011-12-26formatting edits only to use more consisted styleCampbell Barton
2011-11-26minor bpy api editsCampbell Barton
2011-11-05documentation - brief descriptions for bpy api files.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-13formatting edits & remove debug print.Campbell Barton
2011-08-26fix for crash when running a python script in a non utf8 blend path, inspecti...Campbell Barton
2011-04-30whitespace edits for bpy api, split some really long lines.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-03-19C, style changes (mostly white space edits), no functional change.Campbell Barton
2011-02-27doxygen: blender/python tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-22SVN maintenance.Guillermo S. Romero
2011-02-22feature back from 2.4x where a python error moves the cursor to the error lin...Campbell Barton