Blender Git Commit Log
Git Commits -> Revision e971895
Revision e971895 by Campbell Barton (master) May 6, 2006, 06:17 (GMT) |
Applied pack unpack from Pablo Martin (caedes), http://projects.blender.org/tracker/?func=detail&atid=127&aid=3246&group_id=9 adds Blender.c: Blender.UnpackModes (dict with the unpack modes) Blender.UnpackAll(mode) Blender.PackAll() Blender.CountPackedFiles() Image.c: image.packed (this was working) image.pack() image.unpack() Sound.c: sound.packed sound.pack() sound.unpack() |
Commit Details:
Full Hash: e9718958ee2d0425e9cdc8e403ffc05ecc669872
SVN Revision: 7358
Parent Commit: 75f4416
Lines Changed: +200, -42
6 Modified Paths:
/source/blender/python/api2_2x/Blender.c (+72, -1) (Diff)
/source/blender/python/api2_2x/doc/Blender.py (+23, -0) (Diff)
/source/blender/python/api2_2x/doc/Image.py (+3, -3) (Diff)
/source/blender/python/api2_2x/doc/Sound.py (+19, -0) (Diff)
/source/blender/python/api2_2x/Image.c (+9, -36) (Diff)
/source/blender/python/api2_2x/Sound.c (+74, -2) (Diff)
/source/blender/python/api2_2x/doc/Blender.py (+23, -0) (Diff)
/source/blender/python/api2_2x/doc/Image.py (+3, -3) (Diff)
/source/blender/python/api2_2x/doc/Sound.py (+19, -0) (Diff)
/source/blender/python/api2_2x/Image.c (+9, -36) (Diff)
/source/blender/python/api2_2x/Sound.c (+74, -2) (Diff)