autodesk-forks / MaterialX

MaterialX C++ and Python libraries
http://www.materialx.org/
Apache License 2.0
107 stars 23 forks source link

Test failure: Color implementations may not be found after targetdef change #1091

Closed bernardkwok closed 3 years ago

bernardkwok commented 3 years ago

Appears that the implementations use "language" as the identifier but "target" is being used instead for tests so the implementations may not be found. This needs to be addressed to use "language" again to allow for per language implementations to work (not per target).

e.g. for arnold generator something like "IM_gamma18_to_lin_rec709_color3_arnold" is being search for instead of "IM_gamma18_to_lin_rec709_color3_osl".