Blender Git Loki

Git Commits -> Revision 16411da

Revision 16411da by Ton Roosendaal (master)
December 27, 2012, 15:07 (GMT)
New features!

- Packing .blend files

If you work a lot with dynamic linked .blend files ("Libraries"), it's always hard to
share your work with others (or for bug reports!).
This new option packs all used external .blend files, and - on save - combines it together
in one .blend file. You can save that file on any location.

Loading a packed .blend file then loads all library data usual - not editable.

Just use unpack to save out all linked .blend files. This will only save out the files
according the directory structure as was used on linking - relative to the current .blend.
It will create new directories, so be careful with unpacking when relative paths go up.

This feature also works fine for linked compressed .blend files.

It also works for many levels deep linked .blend hierarchies.

Access is hidden for now - I need to get some people to give it serious testing first.
You can find the options via spacebar search (try pack or unpack).

- Packed data and Undo

Now all packed data is excluded from the Undo buffer storage. Keeps undo memory smaller
and makes faster redo possible.


Commit Details:

Full Hash: 16411da41e40cc5205adef6052e95f6e587daf2c
SVN Revision: 53344
Parent Commit: 1f4fda1
Lines Changed: +314, -37

11 Modified Paths:

/source/blender/blenkernel/BKE_packedFile.h (+2, -0) (Diff)
/source/blender/blenkernel/intern/bpath.c (+5, -2) (Diff)
/source/blender/blenkernel/intern/packedFile.c (+37, -0) (Diff)
/source/blender/blenloader/intern/readblenentry.c (+6, -0) (Diff)
/source/blender/blenloader/intern/readfile.c (+163, -17) (Diff)
/source/blender/blenloader/intern/readfile.h (+6, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+22, -11) (Diff)
/source/blender/editors/space_info/info_intern.h (+4, -0) (Diff)
/source/blender/editors/space_info/info_ops.c (+63, -7) (Diff)
/source/blender/editors/space_info/space_info.c (+3, -0) (Diff)
/source/blender/makesdna/DNA_ID.h (+3, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021