Blender Git Loki
Git Commits -> Revision 927dea4
Revision 927dea4 by Sergey Sharybin (master) November 15, 2013, 12:05 (GMT) |
Further tweaks to buildinfo Summary: Old idea with changes since previous release tag didn't work good enough. In most of the cases tag was done in a branch hence not actually reachable from the master branch. Now change since release is gone, and date of the latest commit is used instead. The date is displayed in format YYYY-MM-DD HH:mm in the splash. New bpy.app fields: - build_commit_timestamp is an unix timestamp of the commit blender was build from. - build_commit_date is a date of that commit. - build_commit_time is a time of that commit. Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D5 |
Commit Details:
Full Hash: 927dea436ee47e4dcabcde8eb4b167f0c32a08f2
Parent Commit: 825b0e8
Lines Changed: +85, -106
14 Modified Paths:
/build_files/cmake/buildinfo.cmake (+6, -32) (Diff)
/build_files/scons/tools/Blender.py (+2, -11) (Diff)
/release/scripts/modules/sys_info.py (+3, -2) (Diff)
/source/blender/blenkernel/BKE_main.h (+2, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+8, -3) (Diff)
/source/blender/blenloader/intern/writefile.c (+4, -3) (Diff)
/source/blender/collada/DocumentExporter.cpp (+7, -10) (Diff)
/source/blender/makesdna/DNA_fileglobal_types.h (+2, -1) (Diff)
/source/blender/python/intern/bpy_app.c (+11, -5) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+11, -19) (Diff)
/source/blenderplayer/bad_level_call_stubs/CMakeLists.txt (+3, -1) (Diff)
/source/creator/buildinfo.c (+3, -1) (Diff)
/source/creator/CMakeLists.txt (+3, -1) (Diff)
/source/creator/creator.c (+20, -16) (Diff)
/build_files/scons/tools/Blender.py (+2, -11) (Diff)
/release/scripts/modules/sys_info.py (+3, -2) (Diff)
/source/blender/blenkernel/BKE_main.h (+2, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+8, -3) (Diff)
/source/blender/blenloader/intern/writefile.c (+4, -3) (Diff)
/source/blender/collada/DocumentExporter.cpp (+7, -10) (Diff)
/source/blender/makesdna/DNA_fileglobal_types.h (+2, -1) (Diff)
/source/blender/python/intern/bpy_app.c (+11, -5) (Diff)
/source/blender/windowmanager/intern/wm_operators.c (+11, -19) (Diff)
/source/blenderplayer/bad_level_call_stubs/CMakeLists.txt (+3, -1) (Diff)
/source/creator/buildinfo.c (+3, -1) (Diff)
/source/creator/CMakeLists.txt (+3, -1) (Diff)
/source/creator/creator.c (+20, -16) (Diff)