Blender Git Loki
Git Commits -> Revision 1a97efb
Revision 1a97efb by Ton Roosendaal (master) January 27, 2013, 14:28 (GMT) |
Very old todo: Packed file UI - The "ID" buttons (for browse images, for example) now show a Pack icon, for packed Images. Using this button allows unpack. - Pack and unpack operations now give a Info report on what happened. - Not restored yet: option to set "AutoPack". |
Commit Details:
Full Hash: 1a97efb1ba27a1aaf452da8ef65c27ad6f739fa0
SVN Revision: 54120
Parent Commit: f0339c6
Lines Changed: +164, -6
6 Modified Paths:
/source/blender/blenkernel/BKE_packedFile.h (+6, -0) (Diff)
/source/blender/blenkernel/intern/packedFile.c (+69, -5) (Diff)
/source/blender/editors/interface/interface_templates.c (+13, -1) (Diff)
/source/blender/editors/space_info/info_intern.h (+1, -0) (Diff)
/source/blender/editors/space_info/info_ops.c (+74, -0) (Diff)
/source/blender/editors/space_info/space_info.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/packedFile.c (+69, -5) (Diff)
/source/blender/editors/interface/interface_templates.c (+13, -1) (Diff)
/source/blender/editors/space_info/info_intern.h (+1, -0) (Diff)
/source/blender/editors/space_info/info_ops.c (+74, -0) (Diff)
/source/blender/editors/space_info/space_info.c (+1, -0) (Diff)