Blender Git Loki
Git Commits -> Revision ca12954
Revision ca12954 by Peter Schlaile (master) June 14, 2009, 18:54 (GMT) |
== Sequencer == Big proxy fix (addressing hopefully most complaints on mailing list and in tracker) * proxy render settings are now independent of render size settings. That means: which proxy size is used, is controlled by two parameters now: the proxy size of the files, can be controlled with additional buttons within the proxy panels. What is shown in a specific preview window depends on the header settings of the preview panel. So: proxies are _only_ used in those windows, that are switched to a specific proxy resolution. * output rendering is always done _without_ proxies. * proxy generation now shows a waitcursor with numbers. (closing Bug: [#18909] Building Proxies doesn't give any feedback which was rather a feature request, since the problem mentioned there was always the case :) ) |
Commit Details:
Full Hash: ca12954e9fb3b38d662190d12e72937ef9990d89
SVN Revision: 20881
Parent Commit: 36e96e5
Lines Changed: +162, -84
7 Modified Paths:
/source/blender/blenkernel/BKE_blender.h (+1, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+28, -0) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+3, -0) (Diff)
/source/blender/src/buttons_scene.c (+98, -61) (Diff)
/source/blender/src/drawseq.c (+12, -6) (Diff)
/source/blender/src/header_seq.c (+8, -8) (Diff)
/source/blender/src/sequence.c (+12, -8) (Diff)
/source/blender/blenloader/intern/readfile.c (+28, -0) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+3, -0) (Diff)
/source/blender/src/buttons_scene.c (+98, -61) (Diff)
/source/blender/src/drawseq.c (+12, -6) (Diff)
/source/blender/src/header_seq.c (+8, -8) (Diff)
/source/blender/src/sequence.c (+12, -8) (Diff)