Psyop / Cryptomatte

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

Picker doesn't work with missing manifest #124

Closed daaims closed 4 years ago

daaims commented 4 years ago

Hi,

Since version 1.2.4 colors aren't pickable in nuke. After some investigation, it seems that cryptomatte need manifests to work. That was not the case in version 1.2.3 and under.

In nuke, I copied the metadata from an image having the manifest to an image which doesn't have and then I edited the manifest metadata and set {} as value for each manifest keys and it worked.

It seems that cryptomatte doesn't initialize itself correctly when the manifest is missing.

Cheers

jonahfriedman commented 4 years ago

Hi @daaims, thanks for the report. Can you share an EXR file that reproduces the problem?

I can confirm the intention is that a manifest is not required (though metadata is).

jonahfriedman commented 4 years ago

Nevermind, I can reproduce pretty easily by removing the manifest from the metadata.

jonahfriedman commented 4 years ago

This is fixed in 1.2.6 (and 1.3.0-beta2). Thanks!

daaims commented 4 years ago

Great. Thank you !