Closed cedricduriau closed 3 years ago
What would your opinion be of adding a Cryptomatte modifier fuse that would let someone keyframe animate through an integer based list of Crypto based keyable surfaces?
This could be used as a diagnostic tool for debugging matte issues, and for helping with behind the scenes making-of info graphic illustrations.
What would your opinion be of adding a Cryptomatte modifier fuse that would let someone keyframe animate through an integer based list of Crypto based keyable surfaces?
So building matte names on keyframes and driving the matte selection string, correct? If so, we could do something as such. You might want to talk to Kristof about this, he has a hell of a lot of procedural (text) nodes that could help out with this.
This could be used as a diagnostic tool for debugging matte issues, and for helping with behind the scenes making-of info graphic illustrations.
Yeah indeed, sounds neat!
Layer selection indexes are stored as both
string
andnumber
in thecryptomatte_utlities
module when reading the metadata. Convert all tostring
to avoid table/array index lookup issues.