cedricduriau / Cryptomatte

Cryptomatte Nuke plugin, sample images, and specification
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Layer Selection Index #19

Closed cedricduriau closed 3 years ago

cedricduriau commented 3 years ago

Layer selection indexes are stored as both string and number in the cryptomatte_utlities module when reading the metadata. Convert all to string to avoid table/array index lookup issues.

AndrewHazelden commented 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.

cedricduriau commented 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?

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!