Open DolbaebTuporiliy opened 3 years ago
Having just had an issue with files saved with Filmic Blender and opened in regular 2.92: I think this issue also applies to those. Students had saved their files with normal/roughness/etc maps set to 'Non-color', and when opened in a default Blender install those were all set to sRGB again.
Could this be related?
I just happened to come across this, I'm an addon developer and have needed to write code workarounds to the bug caused by this issue in multiple different repositories (true this would apply to any other colorspaces with different names, to be fair).
A bit late at this point, if this change was committed, it would indeed fix both built in operators in blender and many addons for anyone who tries to install filmic this way going forward.
When importing an object Blender tries to look for the "Non-color" in the code, but because of the addon it can not find it so it fails to import any object. This can be easily fixed by config.ocio with a notepad and changing "Non-colour Data" to "Non-color".