tornavis/source/blender
Ton Roosendaal 410512e265 Patch provided by Shaul Kedem: Compressed files are back!
He even made a nice doc in wiki:
http://wiki.blender.org/bin/view.pl/Blenderdev/Blendgz

Usage: set the option "Compress File" in the main "File" pulldown menu.
This setting is a user-def, meaning it is not changed on reading files.
If you want it default, save it with CTRL+U.

The longest debate went over the file naming convention. Shaul started
with .blend.gz files, which gave issues in Blender because of the code
hanging out everywhere that detects blender files, and that appends the
.blend extension if needed.

Daniel Dunbar proposed to just save it as .blend, and not bother users
with such details. This is indeed the most elegant solution, with as
only drawback that old Blender executables cannot read it.
This drawback isn't very relevant at the moment, since we're heading
towards a release that isn't upward compatible anyway... the recode
going on on Meshes, Modfiers, Armatures, Poses, Actions, NLA already
have upward compatibility issues.
We might check - during the next month(s) - on a builtin system to
warn users in the future when we change things that make a file risky
to read in an older release.
2005-07-27 19:46:06 +00:00
..
avi a fix for: https://projects.blender.org/tracker/index.php?func=detail&aid=1173&group_id=9&atid=126 2005-03-23 18:33:52 +00:00
blenkernel Patch provided by Shaul Kedem: Compressed files are back! 2005-07-27 19:46:06 +00:00
blenlib Patch provided by Shaul Kedem: Compressed files are back! 2005-07-27 19:46:06 +00:00
blenloader Patch provided by Shaul Kedem: Compressed files are back! 2005-07-27 19:46:06 +00:00
blenpluginapi Modified the warnings used (was using c++ warnings for c files) 2005-04-05 14:32:35 +00:00
ftfont big warning hunt commit 2005-03-09 19:45:59 +00:00
imbuf This is a dumb little commit to do while things are frozen. 2005-06-02 16:16:11 +00:00
img
include Cleanup & goodies for rigging geeks! :) 2005-07-27 10:37:20 +00:00
makesdna Patch provided by Shaul Kedem: Compressed files are back! 2005-07-27 19:46:06 +00:00
python Cleanup & goodies for rigging geeks! :) 2005-07-27 10:37:20 +00:00
quicktime (Accidentally sent previous commit without message... is same stuff) 2005-06-08 18:55:49 +00:00
radiosity Tsk, noob mistake in intrr's radiosity commit (not collecting invisible faces). 2005-07-21 05:43:49 +00:00
readblenfile A couple more simple gcc4.X warnings fixed. 2005-04-28 14:37:15 +00:00
render Bug fix #2870 2005-07-27 18:53:59 +00:00
renderconverter - displacement fix, need to calc normals before displacing 2005-07-25 22:02:13 +00:00
src Patch provided by Shaul Kedem: Compressed files are back! 2005-07-27 19:46:06 +00:00
verify
yafray Result of 2 weeks of quiet coding work in Greece :) 2005-07-03 17:35:38 +00:00
Makefile
SConscript