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 (Collapse)Author
2020-10-02Fix invalid version check in 'project_source_info'Campbell Barton
Own error in 870fcb3857ba36986d1d44ab4ac519897f8fb264
2020-10-02Cleanup: pep8, blank linesCampbell Barton
2020-09-07Cleanup: change Python version checks to include newer versionsCampbell Barton
2019-02-05Cleanup: remove contributors for Python filesCampbell Barton
Following removal from C source code. See: 8c68ed6df16d8893
2016-07-30Cleanup: pep8Campbell Barton
2015-07-13Use regex for cmake config parsingCampbell Barton
2013-08-08pass compiler defines such as __FLT_MIN__ to smatch and sparse (they fail ↵Campbell Barton
without them).
2013-01-24fix for missing initialization of vert data in ccgDM_copyFinalVertArrayCampbell Barton
2013-01-24patch [#33969] fix for [#33968] Blenders Custom Project File Generator for ↵Campbell Barton
QtCreator fails from Philipp Oeser (lichtwerk)
2013-01-16code cleanup:Campbell Barton
- cycles ui used 'cscene' for scene.cycles and scene.cycles_curves - style cleanup
2012-12-31add ".hh" as an extension for source scripts.Campbell Barton
2012-10-17style cleanup: make OSL follow our C style convention. ↵Campbell Barton
http://wiki.blender.org/index.php/Dev:Doc/CodeStyle
2012-10-15add support for using ninja to extract build info for ↵Campbell Barton
qtcreator/netbeans/error-checkers.
2012-10-08style cleanup: pep8Campbell Barton
2012-01-18cleanup for redefined varsCampbell Barton
2011-11-19add python3 checks to avoid confusion from errors with python2.Campbell Barton
2011-11-17pass encoding to uses of decode() incase the default isnt utf-8. ignore ↵Campbell Barton
decode errors in some cases. This should fix an error with generated qtcreator projects. also replace decoded bytes for unicode escape sequences in the VIEW3D_MT_edit_text_chars menu.
2011-10-23remove $Id: tags after discussion on the mailign list: ↵Campbell Barton
http://markmail.org/message/fp7ozcywxum3ar7n
2011-09-26pep8 cleanup and fix for keymap test operator from my own recent fix.Campbell Barton
2011-09-22use the systems number of processes for running static checks - multiple jobs.Campbell Barton
2011-09-20pep8 update & some minor cmake edits.Campbell Barton
2011-09-16SVN maintenance.Guillermo S. Romero
2011-09-16new convenience makefile targets for static source code cheching: ↵Campbell Barton
check_splint/check_sparse/check_cppcheck