Blender Git Loki
Git Commits -> Revision 709b1a9
Revision 709b1a9 by Campbell Barton (master) January 26, 2010, 21:41 (GMT) |
support for #'s for output animation paths This was supported... image: /tmp/foo_###_bar --> /tmp/foo_001_bar.png But not this... anim: /tmp/foo_###_bar --> /tmp/foo_001_250_bar.avi |
Commit Details:
Full Hash: 709b1a93e61e5c53f981819949641fb5db01d48e
SVN Revision: 26314
Parent Commit: 586af8c
Lines Changed: +57, -65
5 Modified Paths:
/source/blender/blenkernel/intern/writeavi.c (+8, -6) (Diff)
/source/blender/blenkernel/intern/writeffmpeg.c (+7, -12) (Diff)
/source/blender/blenlib/BLI_path_util.h (+1, -0) (Diff)
/source/blender/blenlib/intern/path_util.c (+33, -43) (Diff)
/source/blender/quicktime/apple/qtkit_export.m (+8, -4) (Diff)
/source/blender/blenkernel/intern/writeffmpeg.c (+7, -12) (Diff)
/source/blender/blenlib/BLI_path_util.h (+1, -0) (Diff)
/source/blender/blenlib/intern/path_util.c (+33, -43) (Diff)
/source/blender/quicktime/apple/qtkit_export.m (+8, -4) (Diff)