Blender Git Commit Log

Git Commits -> Revision 110f927

Revision 110f927 by Campbell Barton (master)
May 4, 2008, 09:41 (GMT)
Changed frame numbering to only alter hashes if they are in the filename (not the directory name) to fix bug [#10566] File Open Dialog replaces '#' with '0' in directory names.

removed frame numbering from BLI_convertstringcode into its own function (BLI_convertstringframe), many uses of BLI_convertstringcode were passing dummy frames values anyway.
in cases where adding the current frame number to a filename is needed run BLI_convertstringframe(...) after BLI_convertstringcode(...)

There are some cases Im not sure BLI_convertstringframe is needed, these have been commented as todo, but at least have the same functionality they used to.

Commit Details:

Full Hash: 110f927c636778fedddccb041553fc6040f4ffd8
SVN Revision: 14669
Parent Commit: f95c114
Lines Changed: +164, -128

33 Modified Paths:

/source/blender/blenkernel/intern/DerivedMesh.c (+3, -1) (Diff)
/source/blender/blenkernel/intern/image.c (+16, -9) (Diff)
/source/blender/blenkernel/intern/library.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/packedFile.c (+3, -3) (Diff)
/source/blender/blenkernel/intern/particle_system.c (+2, -1) (Diff)
/source/blender/blenkernel/intern/pointcache.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/sound.c (+3, -3) (Diff)
/source/blender/blenkernel/intern/text.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/writeavi.c (+1, -1) (Diff)
/source/blender/blenlib/BLI_blenlib.h (+2, -1) (Diff)
/source/blender/blenlib/intern/bpath.c (+2, -2) (Diff)
/source/blender/blenlib/intern/util.c (+72, -50) (Diff)
/source/blender/include/BIF_screen.h (+0, -1) (Diff)
/source/blender/python/api2_2x/Blender.c (+11, -11) (Diff)
/source/blender/python/api2_2x/Library.c (+2, -2) (Diff)
/source/blender/python/api2_2x/sceneRender.c (+2, -2) (Diff)
/source/blender/python/api2_2x/Sys.c (+2, -1) (Diff)
/source/blender/python/BPY_interface.c (+2, -2) (Diff)
/source/blender/python/BPY_menus.c (+4, -4) (Diff)
/source/blender/render/intern/source/pipeline.c (+2, -1) (Diff)
/source/blender/src/buttons_shading.c (+1, -1) (Diff)
/source/blender/src/editimasel.c (+1, -2) (Diff)
/source/blender/src/editscreen.c (+0, -6) (Diff)
/source/blender/src/editsima.c (+4, -2) (Diff)
/source/blender/src/editsound.c (+4, -4) (Diff)
/source/blender/src/filesel.c (+1, -1) (Diff)
/source/blender/src/fluidsim.c (+2, -2) (Diff)
/source/blender/src/interface_draw.c (+1, -1) (Diff)
/source/blender/src/outliner.c (+1, -1) (Diff)
/source/blender/src/screendump.c (+2, -1) (Diff)
/source/blender/src/seqaudio.c (+2, -3) (Diff)
/source/blender/src/sequence.c (+10, -4) (Diff)
/source/blender/src/writeimage.c (+2, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021