Blender Git Commit Log

Git Commits -> Revision 25a14ba

Revision 25a14ba by Matt Ebb (master)
March 13, 2010, 00:17 (GMT)
Fix [#21351] PROPERTIES: Resolution changes based solely on changing
encoding format

Bypassed existing hardcoded ffmpeg presets that executed when changing
format, replaced with bpy presets.

Leaving old code there for now, haven't got python/rna access to the ffmpeg
id properties.. Anyone know how to do this?
Code snippets here: http://www.pasteall.org/11657/c

Commit Details:

Full Hash: 25a14bad610604040a66ec6f8938069ab77b642d
SVN Revision: 27462
Parent Commit: a4de5e0
Lines Changed: +124, -2

7 Added Paths:

/release/scripts/presets/ffmpeg/DV.py (+9, -0) (View)
/release/scripts/presets/ffmpeg/DVD.py (+18, -0) (View)
/release/scripts/presets/ffmpeg/h264.py (+16, -0) (View)
/release/scripts/presets/ffmpeg/SVCD.py (+18, -0) (View)
/release/scripts/presets/ffmpeg/theora.py (+16, -0) (View)
/release/scripts/presets/ffmpeg/VCD.py (+18, -0) (View)
/release/scripts/presets/ffmpeg/xvid.py (+16, -0) (View)

3 Modified Paths:

/release/scripts/ui/properties_render.py (+10, -0) (Diff)
/source/blender/blenkernel/intern/writeffmpeg.c (+2, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021