Blender Git Loki
Git Commits -> Revision f057a38
Revision f057a38 by Campbell Barton (master) April 11, 2008, 15:47 (GMT) |
Changed BLI_convertstringcode to replace any number of hashes with the frame number. somefile_##.png -> somefile_01.png somefile_########-image.png -> somefile_00000001-image.png Before, A hash at the end of the string would be replaced by a number with 4 characters. This is still default if no #'s are in the string, so nothing has changed. To use this function from the python api use scene.render.getFrameFilename() |
Commit Details:
Full Hash: f057a38e985fe4db1c57f48864624985a31c9235
SVN Revision: 14385
Parent Commit: a02937d
Lines Changed: +64, -28
7 Modified Paths:
/source/blender/blenkernel/intern/DerivedMesh.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/effect.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/image.c (+5, -13) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+1, -1) (Diff)
/source/blender/blenlib/intern/util.c (+50, -6) (Diff)
/source/blender/src/buttons_scene.c (+3, -3) (Diff)
/source/blender/src/sequence.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/effect.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/image.c (+5, -13) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+1, -1) (Diff)
/source/blender/blenlib/intern/util.c (+50, -6) (Diff)
/source/blender/src/buttons_scene.c (+3, -3) (Diff)
/source/blender/src/sequence.c (+2, -2) (Diff)