Blender Git Loki
Git Commits -> Revision 9c3e41b
Revision 9c3e41b by Antonis Ryakiotakis (gooseberry, gooseberry_farm, temp_hair_modifiers, temp_motionpaths) January 30, 2015, 11:25 (GMT) |
Ultra hacky fix for sequencer: Avoid opening the file when doing uncached reading because ffmpeg takes quite a long time to read the first frame. Instead, avi jpeg is almost instantaneous here. This will leave the anim struct without an Imbuf and that can cause other unexpected issues elsewhere so commiting on gooseberry first to try. Speedup is quite impressive though. Needless to say, code here quickly becomes a mess and the proxy system should be made saner but for now just commit to keep things working at the studio. |
Commit Details:
Full Hash: 9c3e41b4f66f663ab8cd27b4d2bf3aa297b478c5
Parent Commit: 06aae67
Lines Changed: +31, -25
6 Modified Paths:
/source/blender/blenkernel/BKE_image.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/image.c (+5, -2) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+9, -8) (Diff)
/source/blender/imbuf/intern/anim_movie.c (+14, -12) (Diff)
/source/blender/makesrna/intern/rna_sequencer_api.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/image.c (+5, -2) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/sequencer.c (+9, -8) (Diff)
/source/blender/imbuf/intern/anim_movie.c (+14, -12) (Diff)
/source/blender/makesrna/intern/rna_sequencer_api.c (+1, -1) (Diff)