Blender Git Commit Log

Git Commits -> Revision 2010c6a

Revision 2010c6a by Sergey Sharybin (master)
November 4, 2013, 13:21 (GMT)
Made buildinfo aware of builds from GIT

- Use commit number since last annotated tag as a
revision number replacement. It'll eb followed
by 'M' symbol if there're local modification in
the source tree.

- Commit short SHA1 is included. Helps getting
information about commit used to build blender
with much faster.

- If build is not done from master branch, this also
will be noticed in the splash screen.

This commit also replaces revision stored in the
files with git-specific fields (change and hash).
This is kind of breaks compatibility, meaning
files which were saved before this change wouldn't
display any information about which revision they
were saved with. When we'll finally switch to git,
we'll see proper hash and change number since
previous release in the files, for until then
svn version will be used as a change number and
hash will be empty.

Not a huge deal, since this field was only used
by developers to help torubleshooting things and
isn't needed for blender itself.

Some additional tweaks are probably needed :)

Commit Details:

Full Hash: 2010c6ad6cae41b5f13b36339404ff60c98ae915
SVN Revision: 61082
Parent Commit: d07f3f7
Lines Changed: +211, -55

15 Modified Paths:

/build_files/cmake/buildinfo.cmake (+76, -8) (Diff)
/build_files/scons/tools/Blender.py (+21, -4) (Diff)
/release/scripts/modules/sys_info.py (+13, -1) (Diff)
/source/blender/blenkernel/BKE_main.h (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+7, -3) (Diff)
/source/blender/blenloader/intern/writefile.c (+7, -4) (Diff)
/source/blender/collada/AnimationExporter.h (+0, -4) (Diff)
/source/blender/collada/DocumentExporter.cpp (+10, -2) (Diff)
/source/blender/makesdna/DNA_fileglobal_types.h (+1, -2) (Diff)
/source/blender/python/intern/bpy_app.c (+11, -3) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+34, -13) (Diff)
/source/blenderplayer/bad_level_call_stubs/CMakeLists.txt (+4, -1) (Diff)
/source/creator/buildinfo.c (+3, -1) (Diff)
/source/creator/CMakeLists.txt (+3, -1) (Diff)
/source/creator/creator.c (+20, -7) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021