Blender Git Commit Log
Git Commits -> Revision 7c72ba6
Revision 7c72ba6 by Sergey Sharybin (master) January 28, 2015, 12:32 (GMT) |
Sequencer: Option to skip strip proxy generation if they already exists This is a per-strip option next to the build proxy size which tells blender whether to skip building proxy size if the file for it already exists or not. The option is called "Overwrite" for simplicity. This option is enabled by default to avoid changes in the file behavior. TODO: Would be nice to do something like that for movie clips as well. |
Commit Details:
Full Hash: 7c72ba60d7556f611501e288adc5cc1ee5f214c1
Parent Commit: 7a6d757
Lines Changed: +62, -11
7 Modified Paths:
/release/scripts/startup/bl_ui/space_sequencer.py (+1, -0) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+15, -6) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+2, -1) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+4, -1) (Diff)
/source/blender/imbuf/intern/indexer.c (+29, -3) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+4, -0) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+15, -6) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+2, -1) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+4, -1) (Diff)
/source/blender/imbuf/intern/indexer.c (+29, -3) (Diff)
/source/blender/makesdna/DNA_sequence_types.h (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_sequencer.c (+4, -0) (Diff)