Blender Git Commit Log

Git Commits -> Revision 5a61209

June 9, 2021, 06:43 (GMT)
Fix T88666: Cryptomatte: EXR sequence does not update when scrubbing the timeline.

Cause is that initializing the cryptomatte session would reset the
current frame of an image sequence. The solution is to always use the
scene current frame so it resets to the correct frame.

This was a todo that wasn't solved after it landed in master.
Needs to be backported to 2.93.

Commit Details:

Full Hash: 5a612097abb4438ab357ae29e5d6f1916d136d69
Parent Commit: dbb0023
Lines Changed: +143, -104

5 Modified Paths:

/source/blender/blenkernel/BKE_node.h (+7, -4) (Diff)
/source/blender/compositor/nodes/COM_CryptomatteNode.cc (+4, -4) (Diff)
/source/blender/editors/interface/interface_eyedropper_color.c (+58, -40) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+3, -3) (Diff)
/source/blender/nodes/composite/nodes/node_composite_cryptomatte.cc (+71, -53) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021