Blender Git Commit Log
Git Commits -> Revision 632c29f
Revision 632c29f by Simon Repp (master) December 23, 2013, 17:55 (GMT) |
UI: communicate external data autopack better in the UI. Previously there was no way to see if autopack was enabled. Now the external data menu has 3 entries instead of 2: * Automatically Pack Into .blend (with checkbox to indicate autopack on/off) * Pack All Into .blend * Unpack All Into Files Fixes T37608, includes modifications by Brecht from the original patch. Reviewed By: brecht Differential Revision: https://developer.blender.org/D118 |
Commit Details:
Full Hash: 632c29fef3a566d6aac9ea35e7875f08f3d1cf74
Parent Commit: 3cc7978
Committed By: Brecht Van Lommel
Lines Changed: +68, -6
5 Modified Paths:
/release/scripts/startup/bl_ui/space_info.py (+12, -2) (Diff)
/source/blender/editors/space_info/info_intern.h (+1, -0) (Diff)
/source/blender/editors/space_info/info_ops.c (+34, -4) (Diff)
/source/blender/editors/space_info/space_info.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_main.c (+20, -0) (Diff)
/source/blender/editors/space_info/info_intern.h (+1, -0) (Diff)
/source/blender/editors/space_info/info_ops.c (+34, -4) (Diff)
/source/blender/editors/space_info/space_info.c (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_main.c (+20, -0) (Diff)