Blender Git Commit Log
Git Commits -> Revision 2cce65d
Revision 2cce65d by Sergey Sharybin (master) July 28, 2019, 11:24 (GMT) |
Fix T66872: Changing clip color space does not update background images Such reload can no longer happen directly and is to be done via dependency graph. Eventually, the movie cache will become shared across all copies of the clip, but even then we still need to have dependency graph mechanism because we need to update FFmpeg animation handle (which can not be shared across the copies). |
Commit Details:
Full Hash: 2cce65de9695943c5189b74d1c3a480d2b72889f
Parent Commit: 233f78c
Lines Changed: +35, -9
7 Modified Paths:
/source/blender/blenkernel/BKE_movieclip.h (+3, -1) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+22, -2) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc (+1, -1) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_ID.h (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_color.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_movieclip.c (+2, -3) (Diff)
/source/blender/blenkernel/intern/movieclip.c (+22, -2) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc (+1, -1) (Diff)
/source/blender/editors/space_clip/clip_ops.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_ID.h (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_color.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_movieclip.c (+2, -3) (Diff)