sobotka / filmic-blender

Film Emulsion-Like Camera Rendering Transforms for Blender
https://sobotka.github.io/filmic-blender/
2.07k stars 141 forks source link

Missing "None" display #71

Open Froyok opened 1 year ago

Froyok commented 1 year ago

When loading the current state of the ocio config (master branch) in Substance 3D Painter, it raises an issue on the list of Active Displays which is currently:

active_displays: [sRGB, BT.1886, Apple Display P3, None]

Removing "None" from the list fixes the problem. Is seems the "None" display has been removed following this commit: https://github.com/sobotka/filmic-blender/commit/1c5a4cc75d79388bb7ffa64148627d4a3148dfbd

Was this a mistake ? Or should the list of active display be updated as well ?