Blender Git Loki

Git Commits -> Revision 0cd62a9

Revision 0cd62a9 by Ton Roosendaal (master)
November 26, 2006, 21:17 (GMT)
NEW! Subversion control and test for future Blender binaries.

Next to the release code, a subversion number is written in the file
now. This is in the chunk GLOB, which is now in beginning of file.

Subversions can be used to have finer control over do_versions(), so you
don't have to wait for a release to patch stuff nicely. We can also
increase these subversions regularly to denote important changes.
If a subversion is not 0, it's being printed in the header, so a user can
also verify the state. (We might even tag cvs for it?).

Next to this, a minimum version and subversion number are written too.
From now on, if you change files in a way a past binary cannot read this
nicely anymore, you should set these minima to the current version.
This was especially added for the new mesh layers, which will not work
for older binaries once we make 2.43.

Commit Details:

Full Hash: 0cd62a9298663999fb567c1e8bd6384a5105f425
SVN Revision: 9071
Parent Commit: b36bafe
Lines Changed: +94, -11

7 Modified Paths:

/source/blender/blenkernel/BKE_blender.h (+5, -1) (Diff)
/source/blender/blenkernel/BKE_main.h (+3, -1) (Diff)
/source/blender/blenkernel/intern/blender.c (+22, -2) (Diff)
/source/blender/blenloader/intern/readfile.c (+45, -3) (Diff)
/source/blender/blenloader/intern/readfile.h (+3, -1) (Diff)
/source/blender/blenloader/intern/writefile.c (+7, -3) (Diff)
/source/blender/makesdna/DNA_fileglobal_types.h (+9, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021