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
2011-01-30remove nan-makefilesCampbell Barton
2011-01-01pep8 cleanupCampbell Barton
2010-11-29Makefile fix, the getversion.py was using minor release numbers,Ton Roosendaal
which conflicts how paths work in BLI bundle detection.
2010-09-18use is rather then == when comparing against None.Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton
2009-12-13add pep8 headers so these scripts spit out errors when running pep8.Campbell Barton
made some changes but mostly these scripts will give pep8 warnings.
2009-04-11Slight improvements in release creation.Guillermo S. Romero
Version string is compatible with all previous releases, but report subversion if not 0. Keep distribution dir so you can run from there without needed of unpack, and make messages and cmds be in sync.
2008-01-15*sigh* from now on I think I need to run my commits through ispell ;)Kent Mein
Kent
2008-01-15Forgot ""'s around string in error message.Kent Mein
Kent
2008-01-15Adds a script to automatically determine the blender version #Kent Mein
from BKE_blender.h Now we just need to update the other build methods to use the script. Once thats done we can remove the VERSION file since it will no longer be needed. Kent