Closed festivities closed 2 years ago
It seems that the OCIO config for Blender was modified back in 3.1 and as a result doesn't work with DJV now. Here's a band-aid fix which I don't know if it will affect the colors but here it is:
Replace
- !<BuiltinTransform> {style: "UTILITY - ACES-AP0_to_CIE-XYZ-D65_BFD", direction: inverse}
at line 103 with:
- !<FileTransform> {src: xyz_D65_to_E.spimtx, interpolation: linear}
- !<FileTransform> {src: xyz_to_aces.spimtx, interpolation: linear}
The files referenced in the latter are still present in the latest versions of Blender so it will work but I don't know if the colors will be affected.
Alternatively, you can reinstall blender 3.0.x and use that OCIO config file. That way you won't interfere with your current blender version's colour management, but DJV will use a slightly outdated OCIO config file.
Hi, I'm getting an error whenever I try to load Blender's OCIO configuration file.
ERROR: Error: Loading the OCIO profile 'C:\Program Files\DJV2\etc\Color\blender\config.ocio' failed. Unsupported transform type !<BuiltinTransform> in OCIO profile.