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-06-02Cleanup: remove "<pep8 compliant>" from headersCampbell Barton
2022-05-11Cleanup: spelling in comments/stringsCampbell Barton
2022-02-11Cleanup: remove white-space before headersCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-04-12project_info: use type hintsCampbell Barton
2021-02-12Cleanup: use the assignment operator with list-comprehensionCampbell Barton
2019-02-05Cleanup: remove contributors for Python filesCampbell Barton
2018-01-26project_info: replace os.system w/ subprocess.check_callCampbell Barton
2017-08-23Tests: fix incorrect check for hidden dirCampbell Barton
2017-05-27Remove MinGW supportAaron Carlisle
2016-08-01Cleanup: unused vars, imports, pep8Campbell Barton
2016-07-30Cleanup: pep8Campbell Barton
2015-12-27Fix for error w/ QtCreator project builderCampbell Barton
2015-06-18Update netbeans project file generatorCampbell Barton
2014-05-11CMake: use project name when generating project filesCampbell Barton
2013-05-20code cleanup: rename bmesh operator files to be more consistentCampbell Barton
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 Qt...Campbell Barton
2013-01-16code cleanup:Campbell Barton
2013-01-07add error check for qtcreator&netbeans project file generators to quit early ...Campbell Barton
2012-12-31add ".hh" as an extension for source scripts.Campbell Barton
2012-11-26switch verious references from py3.2 -> 3.3 or just 3.Campbell Barton
2012-10-17style cleanup: make OSL follow our C style convention. http://wiki.blender.or...Campbell Barton
2012-10-15another change needed for qtcreator project generator to work with ninja.Campbell Barton
2012-05-02replace python3 command with python3.2, python3 isnt available on ubuntu.Campbell Barton
2012-04-15qtcreator/netbeans generators: fix for error getting project info when svn is...Campbell Barton
2012-01-18cleanup for redefined varsCampbell Barton
2011-11-19hide overly picky warnings from 'pylint' for pep8 script, indentation edits.Campbell 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 decod...Campbell Barton
2011-11-16support for creating project files in utf8 paths (was defaulting to ascii and...Campbell Barton
2011-11-04correct some warnings, also sensor_x was being paassed to object_camera_matri...Campbell Barton
2011-11-01name qtcreator projects based on branch names (if svn is found and its a bran...Campbell Barton
2011-10-25update is_c() utility function to include '.cc' and '.inl' files.Campbell Barton
2011-10-24Some small fixes and changes:Sergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-05-26correct spelling error and some pep8 changes.Campbell Barton
2011-05-16SVN maintenance.Guillermo S. Romero
2011-05-16made generic module for generating project files from cmake,Campbell Barton