The cryptomatte code is using several API calls that are now deprecated, and that are relying on the default (null) universe instead of using the proper one.
That's the case for the functions below :
AiNodeLookUpByName
AiUniverseGetOptions
AiNode
AiUniverseGetNodeIterator
They should all have an additional AtUniverse argument, which requires to change several files in the code
The cryptomatte code is using several API calls that are now deprecated, and that are relying on the default (null) universe instead of using the proper one.
That's the case for the functions below :
They should all have an additional AtUniverse argument, which requires to change several files in the code